AD
Administrator
Syncfusion Team
April 19, 2004 01:03 PM UTC
Hi Daniel,
You can use this code to align (Left, Center and Right).
this.gridControl[1,1].HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Right;
Also you can specify the ImageSize using the ImageSizeMode property
this.gridControl[1,1].ImageSizeMode = GridImageSizeMode.CenterImage
Regards,
Jay N.