I need to make a "nested" scrollpane within another scrollpane and am looking for a bit of logic advice.
Here is what I want to do -
I'm going to use a 'digital cable television' analogy to make this easier since that's what it reminds me of.
Think of the boxes in the red panel to the left as the "Channel Names", and think of the boxes in the blue panel to be "Show Names".
The black scroll-bar on the right should control vertical scrolling of both panels so that the channel names always line up with the show names.
HOWEVER, there should also be a horizontal scroll-bar (blue) which only affects the boxes in the blue (think of it like scrolling ahead to see what shows are going to be on, but still wanting to have the channel names on the left so you know what's going on)
The strategies I've tried so far always cause the horizontal scroll-bar to only show up at the bottom of the vertical scrollpane, and it needs to be visible all the time. Help me out! is this possible?