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 ?
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 ?
Well, you could put a Panel -derived class as the ItemsPanelTemplate.For example, you could use Grid, ItemsStackPanel, StackPanel, RelativePanel, ItemsWrapGrid and etc.