views:

33

answers:

1

If I've got a Container with a child component that is off either the top or the left hand side:

button off the top left

Is there any way to get scroll bars to show up? ie, so I can scroll up and get the button back in view, the same way I could if the button was off the bottom right side?

Thanks!

+1  A: 

I've never really had a need for this, nor tried it, but you could try setting the scroll policies to On and then setting minScrollPosition to a negative number on the horizontalScrollBar and verticalScrollBar properties of the Container.

Andrew Westberg
Ah, interesting idea. Thanks Andrew (ps: welcome to Stack Overflow)
David Wolever