Posted 6 years ago by Ralph
Avatar

What about disabling the glassy animation running across the colored area when AnimatedProgressBar is disabled?

I suspect it should be a no brainer, shouldn't hurt anyone.

In the control template add the following lines at the end:

                        <!-- Stop the animation that moves across the colored area when IsEnabled is false-->
                        <Trigger Property="UIElement.IsEnabled" Value="false">
                            <Setter TargetName="animation" Property="Visibility" Value="Collapsed" />
                        </Trigger>

Comments (1)

Answer - Posted 6 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Ralph,

Thanks for the suggestion, we'll add it.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.