Ganged scrolling problem.
$horiz->configure(-command => sub { $dataFrame->xview(@_); $dataFrame->xview(@_) });
should be
$horiz->configure(-command => sub { $headFrame->xview(@_); $dataFrame->xview(@_) });
In reply to Re: Perl Tk Gang together two Scrolled Panes
by tybalt89
in thread Perl Tk Gang together two Scrolled Panes
by ashervin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |