in reply to Binding Perl tk table scrollbars with keyboards up and down arrow keys
waiting the wake up of Tk masters, i suppose, in your binding of the down arrow key,you can modify the position of the scrollbar too: $scrollbar->set(first, last);
This can used in conjunction of the -yscrollcommand of the table widget in your case.
See Tk::Scrollbar documentation.
Posting a short, working code, will help others to contribute
L*
UPDATE see also Re: Perl Tk issue with mouse wheel scrolling
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Binding Perl tk table scrollbars with keyboards up and down arrow keys
by Anonymous Monk on Dec 18, 2018 at 03:29 UTC | |
by zentara (Cardinal) on Dec 18, 2018 at 12:52 UTC | |
by Anonymous Monk on Dec 19, 2018 at 06:32 UTC |