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
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.