Hi, I need to assign column in wxListCtrl sizes after control is resized by sizers.
Now I have to call Layout() manually and then resize columns manually after Layout() is called. I tried to do it on EVT_SIZE handler by catching first event, resizing columns and then disconnectiong from EVT_SIZE events. This works under wxGTK2, but under wxMSW I get random number of wxSizeEvent before control is finally resized. Is there any way to know when sizers stops working and control has its final dimensions? Thanks, Åukasz
_______________________________________________ pld-users-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-users-pl
