All of my GridView searches are turning up examples only showing ItemsWrapGrid, to use as the ItemsPanelTemplate in a GridView. Are there any other predefined templates ?
GridView
ItemsWrapGrid
ItemsPanelTemplate
Well, you could put a Panel -derived class as the ItemsPanelTemplate.For example, you could use Grid, ItemsStackPanel, StackPanel, RelativePanel, ItemsWrapGrid and etc.
2.1m questions
2.1m answers
60 comments
57.0k users