Even with one Listbox it appeared that I cannot control how scrollbar is shown in grid. Or, can I?$top = new MainWindow; $f = $top->Frame; $f->Label(-text=>"1")->grid('x',$f->Label(-text=>"2")); $f->Listbox()->grid($f->Scrollbar(),$f->Listbox()); $f->pack(-side=>'left'); MainLoop;
In reply to Re^2: Tk scrollbar
by Perluser
in thread Tk scrollbar
by Perluser
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |