From: Marco T. <wx...@so...> - 2001-11-14 15:22:15
|
hey folks, to simulate a table (think wxwindows doesn't have one) i take a listCtrl in LC_REPORT style... but i wish the columnwith to be always 100% (like wxLIST_AUTOSIZE_USEHEADER), even after resizing it so my question: is there an easy way to have a listCtrl where the columns always have 100% of the available width? i tried to drop some lines which handel this themself, but i was unable to use EVT_LIST_COL_BEGIN_DRAG, EVT_LIST_COL_DRAGGING or EVT_LIST_COL_END_DRAG has someone a solution for me? would be great... greetings marco |