Page 1 of 1

Verticle scroll bar on stack/card

Posted: Sat Nov 14, 2009 1:52 am
by bsouthuk
Wonder if someone can help.

I have lots of pictures and content displayed on one card/stack and need a verticle scroll bar so my users are up a view everything when scrolling up and down.

Is there a simple way I can add scroll bar to a card or stack? I see its simple adding one in a field but not on a whole card or stack...

Your help is appreciated

Cheers

Daniel

Posted: Sat Nov 14, 2009 2:18 am
by sturgis
One way would be to put all your images/controls inside a group that is dimensioned to whatever size you want in relation to the stack. Then turn on the scroll bar for the group.

Another method would be to put a scrollbar control control in the stack itself and wrote code to control movement and visibility of the stuff you want to move around. Would work but probably more trouble than its worth, and hard (for me) to code efficiently.

Probably the easiest method would be to use a datagrid form and setup the template to show a row of images how you want them to appear, then populate the grid and use its scroll bars.
For that you can look at http://revolution.screenstepslive.com/s ... s/datagrid for more datagrid info.