You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ScrollViewer>
<StackPanel Spacing="25" Padding="30,0" VerticalAlignment="Center">
<ProgressBar Maximum="1" Minimum="0" x:Name="TheProgressBar" />
<Button
Content="Switch Direction"
ToolTipService.ToolTip="Counts the number of times you click"
Click="OnCounterClicked"
HorizontalAlignment="Center" />
<TextBlock x:Name="ProgressBarvalue" Text="0" HorizontalAlignment="Center" FontSize="72"/>
<TextBlock x:Name="TheLabel" Text="0" HorizontalAlignment="Center" FontSize="72" />
<TextBlock Text="The count above should show more than one digit!" />
</StackPanel>
</ScrollViewer>
Describe the bug
The WinUI ProgressBar control exhibits an animation glitch when the Value property is decreased. During this process, the left side of the bar briefly shifts, creating a distracting visual effect.
https://github.com/user-attachments/assets/094c192b-8b90-4ae9-908f-d1d52133c5a4
Steps to reproduce the bug
Expected behavior
The left bar shouldn't blink when reducing the value.
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.6.3: 1.6.241114003
Windows version
Windows 11 (23H2): Build 22631
Additional context
No response
The text was updated successfully, but these errors were encountered: