Strange line appears when Hover in ARM pc

Anderson Rodrigues Cavalcante 311 Reputation points
2024-07-12T15:03:04.1233333+00:00

Hi there.

I created a UWP application with a command bar and I'm using it on an ARM computer.

There is a tiny diagonal line when hovering the icon and in other buttons happen the same error:

User's image

My code:

<StackPanel x:Name="grid">

<CommandBar HorizontalAlignment="Right">

<AppBarButton Icon="Like" Label="Like" />

<AppBarButton Icon="Dislike" Label="Dislike" />

<AppBarButton Icon="Favorite" Label="Favorite" />

<AppBarButton Icon="More" Label="More">

<AppBarButton.Flyout>

<MenuFlyout Placement="Bottom">

<MenuFlyoutItem Text="Option 1" />

<MenuFlyoutItem Text="Option 2" />

<MenuFlyoutItem Text="Option 3" />

<MenuFlyoutItem Text="Option 4" />

<MenuFlyoutItem Text="Option 5" />

</MenuFlyout>

</AppBarButton.Flyout>

</AppBarButton>

</CommandBar>

</StackPanel>

Universal Windows Platform (UWP)
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
790 questions
{count} votes