Skip to content

Commit bb60ea0

Browse files
authored
Merge pull request #287 from mou-haz/fix_142
[BugFix] NavigationView initial state
2 parents b0f900a + 96205db commit bb60ea0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source/iNKORE.UI.WPF.Modern.Controls/Controls/Windows/NavigationView/NavigationView.properties.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ public CornerRadius CornerRadius
3535
#endregion
3636

3737
#region IsPaneOpen
38-
3938
public static readonly DependencyProperty IsPaneOpenProperty =
4039
DependencyProperty.Register(
4140
nameof(IsPaneOpen),
4241
typeof(bool),
4342
typeof(NavigationView),
44-
new PropertyMetadata(true, OnIsPaneOpenPropertyChanged));
43+
new PropertyMetadata(false, OnIsPaneOpenPropertyChanged));
4544

4645
public bool IsPaneOpen
4746
{

0 commit comments

Comments
 (0)