Tagged Questions

1
vote
1answer
2k views

How to set WPF’s Grid.RowDefinitions via Style

Hi! I'm using a couple of Grids to format multiple GridViewColumn.CellTemplates: <ListView SharedSizeScope="true"> <ListView.View> <GridView> <GridViewColumn> …