Re: Scrollbar with multiple "listboxes"



Fernando Putarov wrote:
Hello Folks,

In my project, I have a certain screen where I have to fill 4 listboxes
in. I would like to associate a single scrollbar for all listboxes, so
that, all of them would come down/up at the same time.

Is there a way to do this ? I´ve been trying for a while , but I did
not get anything so far

Thanks,

Fernando


Configure the scrollbar -command to call a proc rather than tie it directly to a listbox yview command. In that proc, have it call the yview command of each listbox.

.