in reply to Re: TK Placing Widgets in a Scrolling Pane
in thread TK Placing Widgets in a Scrolling Pane

Fix scroll region
my $pane = $mw->Scrolled('Pane',-bg=> 'lightblue') ->pack( -expand => 1, -fill => 'both' );