Page 1 of 1

Scroll bar inside stack

Posted: Tue Sep 22, 2015 2:13 pm
by samjith
I have a stack with lot of groups. (build by script)

groups are shown like lists. if we click on that, it will expand and show some text and buttons. The remaing group will adjust to down.

I need to place a scrollfield. because, if i open all groups, it is out of range of the card. :D

Thanks
Sam

Re: Scroll bar inside stack

Posted: Tue Sep 22, 2015 2:18 pm
by dunbarx
Hi.

Scrollbars are properties of groups (and fields) and you simply need to set that property:

Code: Select all

set the vScrollBar of group "yourGroup" to "true"
Craig Newman

Re: Scroll bar inside stack

Posted: Thu Oct 01, 2015 5:38 am
by samjith
Thanks Craig Newman