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
2005
Allow user to change column header height with RowLayoutStyle
posted

Hello,

My UltraGrid is set to RowLayoutStyle because we need to support fixed columns. Is there a way to allow user to change the column header height?

Your help is greatly appreciated!

Best regards,
Shaolin

Parents
  • 12480
    Offline posted

    Hi Shaolin,

    I'm not sure which column arrangement method you are using because Row Layout mode is not compatible with frozen columns.

    If you are in Row Layout mode, users should be able to change the header height by default.
    If you are using Groups and Levels (the default), then users cannot change header height. You can modify this in code by setting the ColHeaderLines property on the Band.

    Please let me know if you have any further questions.

Reply Children