
Hi
Why first NavigationPane in NavigationBar is always expanded at start?
I would like load content of Pane in NavigationBar Expanded event.
Although I`ve set IsExpanded to false, NavigationPane is expanded when my control is initialized.
How can I change this? How can I set NavigationBar minimized at start?
Why first NavigationPane in NavigationBar is always expanded at start?
I would like load content of Pane in NavigationBar Expanded event.
Although I`ve set IsExpanded to false, NavigationPane is expanded when my control is initialized.
How can I change this? How can I set NavigationBar minimized at start?
<nav:NavigationBar Name="mp_tree_bar" Grid.Column="2" Margin="5" ArePanesVisible="False" FlowDirection="RightToLeft" HorizontalAlignment="Stretch" >
<nav:NavigationPane IsExpanded="False">
<Grid >
<Grid.ColumnDefinitions>
<ColumnDefinition Width="200*" />
</Grid.ColumnDefinitions>
</Grid>
</nav:NavigationPane>
</nav:NavigationBar>