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
Hi Shaolin,
These features are not compatible with each other, so there is not a way to have both at the same time. I recommend submitting this as a new product idea: http://ideas.infragistics.com/forums/192359-windows-forms.
Hi Mike,
Thanks for your response!
The RowLayoutStyle of my UltraGrid's band is None (the default value.)
Is there any work around to achieve both at the same time?
Any suggestion and help is greatly appreciated!
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.