I have a menu card set up and once deployed onto an Android, the lower part of the menu can't be
seen. How can I use the touch-screen to move/scroll up and down the menu?
Many thanks
Scrollable card
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Scrollable card
Hi abanowBUSTfGf,
the only way to make a card/stack (look like it is) scrollable is to group all objects
on a card and add a scrollbar to the that group!
You should check "the screenrect" before opening your stack, do some calculations and
(re-)layout your card accordingly so there is no need to scroll at all!
This is one reason I do not develop for mobile, just too many possible screen sizes
Best
Klaus
the only way to make a card/stack (look like it is) scrollable is to group all objects
on a card and add a scrollbar to the that group!
You should check "the screenrect" before opening your stack, do some calculations and
(re-)layout your card accordingly so there is no need to scroll at all!
This is one reason I do not develop for mobile, just too many possible screen sizes

Best
Klaus