Need label list or button group in single row. Like Horizontal menu.
Ex:
Movies Sports News Science
Any solution for this ?
Need label list or button group in single row. Like Horizontal menu.
Ex:
Movies Sports News Science
Any solution for this ?
Use a RowList with a single row, or roll your own with a Group, most of the List types are designed for vertical scrolling.
Thanks tim… implemeneted as well
I have the same requirement. Can you please help me out on this how you achieved it?