Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
But i can see the scroll bar NOT expanded for a FULL $mw also it is INACTIVE. if am using the GRID manager how to define the scrollbar? does the scrollbar works only with pack() manager? with grid manager how do i control the scrollbar location?$mw->Scrolled('Pane',-scrollbars => 'e')->grid(-row=>1,-column=>9);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Scroll bar with Grid manager
by TGI (Parson) on Apr 05, 2007 at 17:47 UTC |