|
|
@@ -3,6 +3,7 @@
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
xmlns:vm="clr-namespace:qmonlib.ui.ViewModels"
|
|
|
+ xmlns:vw-navigator="clr-namespace:qmonlib.ui.Views.Navigator"
|
|
|
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
|
|
x:Class="qmonlib.ui.Views.MainView"
|
|
|
x:DataType="vm:MainViewModel">
|
|
|
@@ -17,14 +18,16 @@
|
|
|
CompactPaneLength="32"
|
|
|
OpenPaneLength="296">
|
|
|
<SplitView.Pane>
|
|
|
- <Button VerticalAlignment="Top" Width="32" Height="32" HorizontalAlignment="Right">
|
|
|
- <Button.Content>
|
|
|
- <Image Source="/Images/32/adjust.png" />
|
|
|
- </Button.Content>
|
|
|
- </Button>
|
|
|
- <!-- Filter section -->
|
|
|
+ <Panel>
|
|
|
+ <Button VerticalAlignment="Top" Width="32" Height="32" HorizontalAlignment="Right">
|
|
|
+ <Button.Content>
|
|
|
+ <Image Source="/Images/32/adjust.png" />
|
|
|
+ </Button.Content>
|
|
|
+ </Button>
|
|
|
+ <!-- Filter section -->
|
|
|
+ <vw-navigator:NavSearch />
|
|
|
+ </Panel>
|
|
|
</SplitView.Pane>
|
|
|
-
|
|
|
<!--[+]Split LVL 1-->
|
|
|
<SplitView IsPaneOpen="true"
|
|
|
DisplayMode="Inline"
|