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