in reply to
Re: Re: perl/Tk scrollbar aligning
in thread
perl/Tk scrollbar aligning
$tally_scroll->xview(3);
will move your list _and_ scrollbar (Don't know if you can move only one) 3 letters to the right.
Comment on
Re: Re: Re: perl/Tk scrollbar aligning
Download
Code
In Section
Seekers of Perl Wisdom