AD
Administrator
Syncfusion Team
November 1, 2003 11:00 AM UTC
There is a .TextMargins property where you can specify how much space should be left for margins to the left and right.
You should make .TextMargins.Left large enough to display your label text and then you can handle the CellDrawn event and draw the text with Graphics.DrawString method inside the cells client rectangle thats is passed as event args to CellDrawn.
Stefan