I have UltraProgressBar attached to the UltraWinGrid as EditorControl.
When I change UltraProgressBar.UseOsThemes, I see that on the grid it does not change.
Why? Bug?
Thanks.
This is not a bug. This is because any of the editors resolve properties such as these through the owner; in this particular case, the owner is the grid, not the UltraProgressBar that provided the editor. You could set the UseOSThemes on the grid to false, or set the Appearance.ThemedElementAlpha to Transparent on the cell/column.
-Matt