delPiero
2014-04-04T19:16:05Z
Hello,
I added a listview by using iGrid, then added 4 columns and made a little function to add items but how do I make the checkbox align=center?

UserPostedImage
delPiero attached the following image(s):
delPiero
2014-04-04T20:32:04Z
weird enough I think I was able to do it with image..like this

lstMain.Cells(Index, 1).ImageAlign = iGContentAlignment.TopCenter
delPiero
2014-04-04T20:33:09Z
had a question about the title for the checkbox though, is it possible to maybe have the title of checkbox vertical ?
Igor/10Tec
2014-04-05T06:08:18Z
Yes, you align the cell checkbox using the ImageAlign property.

In iGrid.NET, a checkbox cell can have only the checkbox control. That's why we "saved" on one more property to control the checkbox alignment and use the existing ImageAlign setting for that.