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
365
UltraGrid: How do I resize the Row Header?
posted

Sadly, the Header.Height is read only.

What I'm trying to accomplish is the following:

2x header height

Cols 1-2 VAligned at the bottom

Cols 3-8 VAligned Centered

In code we are placing a custom control over the text area of the Col1 & Col2.  Using the DataGridView this was possible, but now with the UltraGrid we are having problems trying to adjust the Row Header height.

Please advise