On Fri, 2008-08-22 at 10:37 +0300, Gabor Szabo wrote: > On Fri, Aug 22, 2008 at 1:06 AM, Mattia Barbon <[EMAIL PROTECTED]> wrote: > > Gabor Szabo wrote: > > > > Hi, > > > >> Is this the defined behavior? > > > > I am not sure there is any defined behavior, especially > > since under Windows it's Windows that performs the sorting. > > > >> Can I somehow tell it to take in account the leading underscore as > >> well so the order will be > >> > >> get_nb > >> _get_local > >> _get_page > > > > If you need to customize the sorting, you will have to use > > wxListCtrl (or wxListView). > > I am trying wxListCtrl now. I managed to build the list but when there are > too many items that don't fit in the column then a new column is displayed. > I'd rather have a vertical scrollbar in such case. > > Hmm maybe I need to put the wxListCtrl in a widget that has a vertical > scrollbar? > Right now it is in a Wx::SplitterWindow being the right side of the editor. > > Gabor
Hi Gabor Szabo, Have you tried Wx::ListCtrl with wxLC_REPORT style? I think you can use it too. Best Regards, bungsu
