I encountered this question when I tried to fit a bunch of items into a scroll panel. Some of the items are left outside of the scroll panel. So I was wondering if the scroll panel has a "volume" of holding certain number of items. Anybody has answer for that?
I haven't seen a hard number for max. items in a scrolling panel, although I would imagine there is a physical limit. In one of my previous projects, I had dozens of radio buttons, elements with custom states, text boxes, shapes and images all in one scrolling panel; and everything worked as expected.
Hi Cheng Li, Sometimes it takes some 'fiddling' to add items to the scroll panel if they are about the same width. I don't think there is a real max amount of items you can add... you might want to ask yourself if your building something that your users can work with.
2 Replies
I haven't seen a hard number for max. items in a scrolling panel, although I would imagine there is a physical limit. In one of my previous projects, I had dozens of radio buttons, elements with custom states, text boxes, shapes and images all in one scrolling panel; and everything worked as expected.
Hi Cheng Li, Sometimes it takes some 'fiddling' to add items to the scroll panel if they are about the same width. I don't think there is a real max amount of items you can add... you might want to ask yourself if your building something that your users can work with.