There may be a requirement of showing more columns (horizontally) like table in a vertical gallery, by default vertical gallery will not offer horizontal scroll to show more details.
But there is a workaround to achieve this. Refer below for the steps:
- Create a horizontal container and fit it in screen. Example: Width = 500
Set following properties: (hiding vertical scroll here as vertical gallery displays one) - Create a vertical gallery inside horizontal container with the width you are looking for. Example: 1000
Set following properties: - Use normal container for headers in case vertical gallery to be shown like a table.
Set following properties:
Tree View:
Output:
After making above changes, horizontal container shows horizontal scroll which will look like in-built horizontal scroll in vertical gallery.
Note:
Make sure to have same width for header and gallery elements to properly aligned like a table.

Like
Report
*This post is locked for comments