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
450
Grid Header Height
posted

Hi

 

I require to change the height of the Grid Header.

Note, the GRID header, not the column headers. I managed a workaround by simply setting the grid.Text using:

e.Layout.Grid.Text = Environment.NewLine + "Header Text" + Environment.NewLine + " ";

 

But for some odd reason that does not work when placing a grid on my main form.

The rest of my grids are contained in user controls. Any ideas why?

On the form, the grid header remains 1 line high.

 

Another way to literally set the height?