Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
How to set height of UltraGrid Rows?
posted

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

  • 469350
    Verified Answer
    Offline posted

     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.