Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Left align a checkbox column in an UltraWinGrid in Card View mode
posted

I'm trying to left-align a checkbox column in an UltraWinGrid in Card View mode. 

CardSettings.AutoFit = true, which causes the cells to be as wide as the grid.

One of the cells is a checkbox (i.e Column.Style = CheckBox) , which by default is centered in the cell.  I need it to be left-justified because it gets lost in the middle of the screen.

I've tried setting TextHAlign and ImageHAlign to "left" in both CellAppearance and CellButtonAppearance, but the checkbox remains centered.

How do I left-align it?