Hi
I am working on a desktop application. I want the height of rows in UltraGrid to be increased five times. As the data in row is pretty lengthy so I want user to see it multiple rows within one row of UltraGrid. I could not find any way out.
Can anybody help me ?
Thnx in advance
Azif
Hi Azif,
If you just want to change the height of a row, then you can use the DefaultRowHeight property. You should set this in the InitializeLayout event of the grid.
If you want to have a row with multiple cells on mulitple levels, then you can do this either using Groups and Levels or by using a RowLayout.