Icon view widget?

Andreas Volz usenet-spam-trap at brachttal.net
Mon Oct 1 15:19:25 PDT 2007


Am Mon, 1 Oct 2007 13:52:23 +0200 schrieb Vadim Zeitlin:

> On Fri, 28 Sep 2007 16:17:58 +0200 Andreas Volz
> <usenet-spam-trap at brachttal.net> wrote:
> 
> AV> For some reason the scrollbar is everytime horizontal. But I like
> AV> to be vertical. Where is the problem?
> 
>  You need to explicitly set the listctrl size and make it high and
> narrow.

I set the size of the listctrl but nothing changes. I set also size of
MyFrame. The frame is now bigger, but still with no vertical slider. Now
I tried:

list_ctrl_1->SetScrollbar (wxVERTICAL, 0, 16, 50);

This gives me a scrollbar, but nothing happens while moving it. Any
ideas where the problem is?

regards
Andreas






More information about the wx-users mailing list