Re: Scrollbar with multiple "listboxes"
- From: Bryan Oakley <oakley@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 17:23:20 GMT
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.
.
- References:
- Scrollbar with multiple "listboxes"
- From: Fernando Putarov
- Scrollbar with multiple "listboxes"
- Prev by Date: Re: Tcl (Cisco) ping program.....
- Next by Date: using TCL with sqlite database...
- Previous by thread: Scrollbar with multiple "listboxes"
- Next by thread: Re: Scrollbar with multiple "listboxes"
- Index(es):