in reply to Re: TiedListbox remove scrollbar
in thread TiedListbox remove scrollbar

If I understood correctly, she wants both listboxes to scroll in concert ("tied together"), not one that scrolls and one that doesn't.

Vikee, I don't know the answer, but I think one normally achieves this by putting both columns in one listbox. In other words, instead of having a listbox of strings, you'd have one of two-field records.

Replies are listed 'Best First'.
Re^3: TiedListbox remove scrollbar
by thundergnat (Deacon) on Jun 21, 2005 at 21:57 UTC

    Did you run the code I posted? What part of it doesn't resemble two listboxes that scroll in sync ("tied together") using only one scrollbar?

    It certainly works that way for me on Win2k & WinXP, Perl 5.8.6, Tk 804.027.

      My apologies. I was going by your comment ("Not Scrolled!!")

        Ah. That WAS kind of ambiguous, I guess.

        I meant "Not Scrolled" as in: "Doesn't have a scroll bar attached." not "Doesn't scroll." It's a plain Listbox instead of a ScrlListbox