I'm trying to expand a certain row in a ListView once it is clicked. However the ListView.RowHeight property does not seem to work, even though I've set the HasUnevenRows to true.
Do i have to access the specific rows ViewCell.Height in order to change the height of the row? Any suggestions are welcome.