Hi,
Hopefully a simple question but I can find the property I need. :)
I'm using an UltraGrid and have set the height of the grid so that only a maximum of 8 rows are visible.
If when I populate the grid I only have 3 data rows then is there a way I can reduce the height of the grid to exactly the height of those 3 rows?
(I know I could loop through all the rows getting a height for each but I'm thinking there must be a better way?)
Thanks
Mike
Hi Mike,
Nope, there's no better way. The grid doesn't have any functionality built-in to size the control to the rows. You can Submit a feature request to Infragistics
Okay, thanks anyway. :o)