Hello,
I'm writtng a touchscreen app and I need to customize a little how the listview displays the items.
I could either increase the size of all the rows (enough to accomodate a finger) or alternately add an empty row, in this case I want the row to be more narrow.
How can I control the height of a row?
Can I have different rows heights?
Thank in advance,
Ignacio
If you want the rows in the grid to be different heights, then you need to set RowSizing to Free.
I am using grid.I have requirement to increase the height of the row which user is editing.I have set the height of row in grid's after enter edit event for the row which user is editing.It increases the height of all the rows not the only one which user is editing.
Is there any other way to fulfil my requirement.
Thank you.
Then you can set the Height property on the Row.
Or maybe call PerformAutoSize to automatically size the row to it's contents.
Mike,
I have set the RowSizing to free.
However I want to change the height of the rows programmatically!
I don't know if this can be done in the ListView or how to do it. You should try posting in the ListView forum.
In the grid, you just set RowSizing to Free.