in reply to Re: Tk::Table and optional scrollbar
in thread Tk::Table and optional scrollbar

that is tempting, zentara, but I lose that non-scrolling header row.

Replies are listed 'Best First'.
Re^3: Tk::Table and optional scrollbar
by Anonymous Monk on Jul 28, 2012 at 08:15 UTC
    my $header = $mw->Pane->pack( -side => 'top' ); my $rest = $mw->Scrolled ... ->pack;