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
280
Centering a control in an UltraWinGrid cell
posted

I have a custom checkbox control that I created and I have a column in my grid with that control as its EditorControl.

grdActions.DisplayLayout.Bands(0).Columns("Yes").EditorControl = chkCheckBox

I am unable to get the checkbox control to be centered in the grid cell. Is there a way to do this?

Thanks.