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.2) was released 14 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.