Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
FixedRowHeight
Setting the FixedRowHeight property causes rows to be able to be resized in height.
Is there any way to turn this off so that the row height is set to say 16 pixels, and cannot be changed.
Is there any way to turn this off so that the row height is set to say 16 pixels, and cannot be changed.
Comments
I'm confused. Are you reporting that this property isn't working as documented? The purpose of the FixedRowHeight property is to do exactly what you want.
The Fixed Row Height property is working fine, in that it sets the row height to the value you specify.
The problem is that is has a side effect.
Without setting the FixedRowHeight property, you cannot resize the row depth of individual rows.
When you do set this property, then you can resize the rows.
My aim is to have a predefined row height, and no ability to resize each row, so that the view looks more like an Edit table, which I then use with the ability to group, and set checks, with multi-select... all of which are superior.
Thanks
Colin
It would be nice to have, but its not super critical.
It is a usability things really, as if you try and to a click-shift/click to select a range of rows, it is easy to get a bit messed up with the resize.
I suppose I can always reinstate the rowheight at appropriate times.