I know this have been up several times, but still, I''m not able to center a BMP image within a cell. Using 3.2.1.0 version of the GridControl and this is my code:
Grid[1,1].CellType = "Static";
Grid[1,1].HorizontalAlignment = GridHorizontalAlignment.Right;
Grid[1,1].ImageSizeMode = GridImageSizeMode.CenterImage;
Thanks for any tips to solve this,
regards Geir.