Position of grid during printing

Hi,

Is it possible to adjust the vertical alignment of the grid for printing? For example, how would I center align the grid vertically?

Thanks.

1 Reply

J. J.Nagarajan Syncfusion Team September 19, 2007 06:17 PM UTC

Hi Omar,

Thanks for your interest in Syncfusion product.

You can adjust the vertical alignment(center align the grid vertically) of the grid by using the following code snippet

[C#]

this.gridControl1.Properties.CenterVertical = true;


Please use the above code and let me know if this helps.

Regards,
Nagaraj

Loader.
Up arrow icon