my $pane = $config{MainWindow}->Scrolled( "Pane", -scrollbars => 'e', -width=>$config{MainWidth}, -height=>300 )->pack(-side=>'top'); $pane->Label( -text => "test", -width=> $config{MainWidth}-160, -justify => 'left', -anchor => 'w', )->grid(-row=>$counter, -column=> 1, -sticky => 'w');