Hi folks,

I try to add a scrollbar in a ListBox by using the "-style" option with
value "WS_VSCROLL" but the result is that my ListBox doesn't appears in
the window (it appears normally when I don't use this option).

How can I have vertical scrollbar for a ListBox ?

My code is :
    $mainWin->AddListbox(
         -name => "listBox",
         -left => 500,
         -top => 100,
         -width => 150,
         -height => 80,
         -style => WS_VSCROLL,
    );

Thanks for your help.

Best regards from a damned Frenchy.
--
   _____________________________________
 /                                       \
|           Patrick RENAUD                |
|                                         |
|   [EMAIL PROTECTED]   |
 \_______________________________________/



Reply via email to