I've got a listView displaying a few text records. I need to increase the height of rows (working on a touch screen so I need thicker rows) without increasing the font size.
This is probably pretty trivial but I have no clue and can't find much on google.
Any help appreciated.
Or you could use styles to set it for all listviews. Here scoped to within a window:
In XAML
In C# Codebehind
Hope you getting the Idea.
You can set the height of all
ListViewItems
in aListView
by usingItemContainerStyle
: