Skip to content

Commit 96205db

Browse files
committed
update IsPaneOpen default value
1 parent bb1e964 commit 96205db

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)