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
685
UltraWinGrid ColumnStyle CheckBox
posted

Hello,

I have an UltraWinGrid control in my form, and I have set the style property of one of the columns to Checkbox, so a Checkbox control is displayed in each row (checked or unchecked). I'd like to change the appearance of the checkbox, especially to have a Flat checkbox instead of the default one. Is it possible?

 

Thanks

Claudio Di Flumeri

  • 469350
    Suggested Answer
    Offline posted

    Hi Claudio, 

    You could set UseFlatMode on the grid to True. This will affect all of the checkboxes in the grid, but it will also affect the RowSelectors. And you will probably need to turn off themes on the CheckBox columns or the grid as a whole.You can do this using UseOsThemes on the grid, or by setting the ThemedElementAlpha on the CellAppearance for the column to Transparent.

    If that's no good, there might be another way using an editor or the GlyphInfo.