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
600
Changing the activity bar colour
posted

Does anyone know if it is possible to change the colour of the 'indicator' aspect of the UltraActivityInidicator? That is the green bit (using Aero style) that moves.

I've tried BackColor and ForeColor in various objects:

UltraActivityIndicator.Appearance

UltraActivityIndicator.MarqueeFillAppearance

etc.

My other settings are as follows:

BorderStyle = Solid

MarqueeAnimationStyle = Continuous

UseFlatMode = False

UseOsThemes = True

ViewStyle = Aero

Many thanks and regards.

Parents
No Data
Reply
  • 600
    Verified Answer
    posted

    Found out how to do this.

    You need to turn off UseAppStyling, Also UseOSThemes should be false as well (I made a typo/incorrectly checked the setting when submitting the issue)

    Then the colour can be set through UltraActivityIndicator.MarqueeFillAppearance.BackColour

Children