in reply to Re: Re: perl/Tk scrollbar aligning
in thread perl/Tk scrollbar aligning

No, I meant $tally_scroll->Subwidget("scrolled")->xview(moveto => 1), to scroll the listbox as far right as possible

perldoc Tk::Listbox:

*$listbox*->xview(moveto => *fraction*) Adjusts the view in the window so that *fraction* of the total width of the listbox text is off-screen to the left. *fraction* must be a fraction between 0 and 1.

Kevin O'Rourke