This answer shows how to set the MinHeight
of ListView
items from XAML.
I can't figure out how to do this in C#. I tried looking for an appropriate argument for imageCell.SetBinding()
and tried finding MinHeight
as a property of ImageCell
...
So - How do I do this in C#?