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
240
UltraProgressBar as editor in UltraWinGrid
posted

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.

Parents
No Data
Reply
  • 37774
    Suggested Answer
    posted

    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

Children
No Data