[ProgressBar] Is it a wanted behavior / valuable to have the ProgressBarTrack with a different height than the ProgressBarIndicator height ? #8204
agneszitte
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the latest version of the code for the ProgressBar Style, if we use the MinHeight property on the ProgressBar, only the ProgressBarIndicator will be affected by this value.
The ProgressBarTrack Height is fixed with the ProgressBarTrackHeight resource here:
microsoft-ui-xaml/dev/ProgressBar/ProgressBar.xaml
Line 232 in c4e6724
My question is, is this a wanted behavior for some reason since the latest changes? Is this valuable in any way?
At the moment we must override the ProgressBarTrackHeight resource in order to match the MinHeight if needed.
Here is a test in the XAML Studio using Windows UI Library - Version 2.3.191129002
Beta Was this translation helpful? Give feedback.
All reactions