Hi, there!
> I have the problem to make a horizontal scrollbar appear at a listbox.
> My code is 
>   
>   $lb=$Window->AddListbox(-name  =>"lb",
>                             -multisel => 0,
>                             -left  => 10,
>                             -top   => 60,
>                             -width => 50,
>                             -height=> 50,
> #                           -autohscroll=>1,
> #                           -hscroll=>1,
>                             -addstyle => WS_VISIBLE | WS_VSCROLL | WS_HSCROLL,
> );
> 
> The vertical scroll works fine, while the horizontal doesn't. I also tried the 
>commented
> lines instead without success. What to do?
> 
> thanks in advance
>                                Henrik Hedemann
> 

Reply via email to