Microsoft
70-355 · Question #8
Drag and Drop Question How should you complete the code for AppBarButton? To answer, drag the appropriate code elements to the correct targets. Each element may be used once, more than once, or not…
<AppBarButton IsCompact="True"> <AppBarButton.Flyout> <MenuFlyout> <MenuFlyoutItem Text="By date" Click="sortItems_Click" Tag="date" /> <MenuFlyoutItem Text="By importance" Click="sortItems_Click" Tag="importance" /> <MenuFlyoutItem Text="Alphabetical" Click="sortItems_Click"…
Manage project site content
Question
Drag and Drop Question How should you complete the code for AppBarButton? To answer, drag the appropriate code elements to the correct targets. Each element may be used once, more than once, or not at all. You may need to draw the split bar between panes or scroll to view content. Code Elements AppBarButton ContentDialog Flyout MenuFlyout Answer Area <AppBarButton ____="Compact="True">
<AppBarButton> Code element >
< Code element >
<MenuFlyoutItem Text="By date" Click="sortItems_Click" Tag="date" />
<MenuFlyoutItem Text="By importance" Click="sortItems_Click" Tag="importance" />
<MenuFlyoutItem Text="Alphabetical" Click="sortItems_Click" Tag="alphabetical" />
< Code element >
</AppBarButton> <AppBarButton>
Explanation
<AppBarButton IsCompact="True"> <AppBarButton.Flyout> <MenuFlyout> <MenuFlyoutItem Text="By date" Click="sortItems_Click" Tag="date" /> <MenuFlyoutItem Text="By importance" Click="sortItems_Click" Tag="importance" /> <MenuFlyoutItem Text="Alphabetical" Click="sortItems_Click" Tag="alphabetical" /> </MenuFlyout> </AppBarButton.Flyout> </AppBarButton>Topics
#UWP#AppBarButton#MenuFlyout#XAML code completion
Community Discussion
No community discussion yet for this question.