0

I put a button, label and an image in a group. I made 5 copies of that group. I want to make it scrollable . How can I do this? I cannot use a list field or a data grid field.

z--
  • 2,186
  • 17
  • 33
Vishal Nagra
  • 113
  • 2
  • 3
  • 8

2 Answers2

2

You should be able to scroll your groups by enabling the horizontal and vertical scrollbars via the groups property inspector.

Daniel
  • 36,610
  • 3
  • 36
  • 69
Neil Roger
  • 681
  • 3
  • 6
0

You would have to arrange your five groups in some manner and then group them all. Then your scrollbars can hopefully do what you need. It will be the arranging that makes your display move the way you want to, or not.

Andrew Barber
  • 39,603
  • 20
  • 94
  • 123
dunbarx
  • 756
  • 5
  • 4