VisualStateManager on Flyout not highlighting entire area
问题 I have a VisualStateManager that controls the background color when the pointer is over the item. The problem is, it doesn't highlight the entire area, just a small portion around the text and icon. Here's my code: Not fully highlighted <FlyoutBase.AttachedFlyout> <MenuFlyout> <MenuFlyoutItem Text="Delete" Click="DeleteMenuItemClick"> <MenuFlyoutItem.Template> <ControlTemplate TargetType="MenuFlyoutItem"> <Grid> <StackPanel Orientation="Horizontal" Padding="0"> <SymbolIcon Symbol="Delete"