1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
<SplitView Grid.Row="1" Name="HamburgerMeun" DisplayMode="CompactOverlay" OpenPaneLength="200" CompactPaneLength="56" IsPaneOpen="False" > <SplitView.Pane> true<ListBox SelectionMode="Single" SelectionChanged="ListBox_SelectionChanged"> truetrue<ListBoxItem Name="Financial"> truetruetrue<StackPanel Orientation="Horizontal"> truetruetruetrue<TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="36"></TextBlock> truetruetruetrue<TextBlock Text="Home" FontSize="24" Margin="20,0,0,0"></TextBlock> truetruetrue</StackPanel> truetrue</ListBoxItem>
truetrue<ListBoxItem Name="Food"> truetruetrue<StackPanel Orientation="Horizontal"> truetruetruetrue<TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="36"></TextBlock> truetruetruetrue<TextBlock Text="Food" FontSize="24" Margin="20,0,0,0"></TextBlock> truetruetrue</StackPanel> truetrue</ListBoxItem> true</ListBox> </SplitView.Pane>
|
近期评论