Hi I am looking for a grid view that behaves like CustomListView but can have columns as well as rows.
What I want to achieve is a scrolling grid (only needs to scroll up and down) where each cell can hold a layout. (I need to be able to access each item in the layout like the GetView from CustomListView)
For my purposes each cell can have the same layout but it would be nice to be able to specify different layouts for each cell.
Any suggestions greatly received.
What I want to achieve is a scrolling grid (only needs to scroll up and down) where each cell can hold a layout. (I need to be able to access each item in the layout like the GetView from CustomListView)
For my purposes each cell can have the same layout but it would be nice to be able to specify different layouts for each cell.
Any suggestions greatly received.