Skip to content

Commit

Permalink
Merge pull request #140 from CommunityToolkit/niels9001/dropdownbutto…
Browse files Browse the repository at this point in the history
…n-fix

Using WinUI DropDownButton
  • Loading branch information
niels9001 authored Sep 21, 2023
2 parents 5252507 + 83c36da commit 8048b48
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,15 @@
</interactions:EventTriggerBehavior>
</interactivity:Interaction.Behaviors>
</Button>
<DropDownButton win:AutomationProperties.Name="Package info">
<muxc:DropDownButton win:AutomationProperties.Name="Package info">
<StackPanel Orientation="Horizontal">
<FontIcon win:AutomationProperties.AccessibilityView="Raw"
FontSize="14"
Glyph="&#xF158;" />
<TextBlock Margin="8,0,0,0"
Text="Package info" />
</StackPanel>
<DropDownButton.Flyout>
<muxc:DropDownButton.Flyout>
<Flyout Placement="Bottom">
<StackPanel Orientation="Vertical"
Spacing="4">
Expand Down Expand Up @@ -272,8 +272,8 @@
</TextBlock>
</StackPanel>
</Flyout>
</DropDownButton.Flyout>
</DropDownButton>
</muxc:DropDownButton.Flyout>
</muxc:DropDownButton>
</StackPanel>
<ComboBox x:Name="SampleSelectionBox"
Grid.RowSpan="2"
Expand Down

0 comments on commit 8048b48

Please sign in to comment.