Multi-row Scrolling
#1
Hello,
I was wondering if its possible to create a two row scroller with Group List Control or any other control that allow me to.

For example, creating a horizontal scroller with Group List and when the items/controls reach the end of the scroller or reach a certain number it starts placing them on the second row.
So i don't have to hardcode the (x,y) coordinates of the controls and they get placed dynamically next to each other on two rows.

Thanks.
I wrote a program to program my program ! - programception.
Reply
#2
Take a look at panel container.
My skins:

Amber
Quartz

Reply
#3
pecinko Wrote:Take a look at panel container.

Thanks pecinko, but i've already did and that control is a "multi-column list" which works basically like normal list when i've tried it out. There is also no property or tag to set the number of rows or even columns on it :S

If you got a working example of how to produce a multi-row scroller out of panel container, i'd be grateful if you can share it.

Regards.
I wrote a program to program my program ! - programception.
Reply

Logout Mark Read Team Forum Stats Members Help
Multi-row Scrolling0