in reply to Re: TK Placing Widgets in a Scrolling Panein thread TK Placing Widgets in a Scrolling Pane
my $pane = $mw->Scrolled('Pane',-bg=> 'lightblue') ->pack( -expand => 1, -fill => 'both' ); [download]