Skip to content

Commit 53d35ee

Browse files
authored
Revert "[BugFix] NavigationView initial state"
1 parent bb60ea0 commit 53d35ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

3737
#region IsPaneOpen
38+
3839
public static readonly DependencyProperty IsPaneOpenProperty =
3940
DependencyProperty.Register(
4041
nameof(IsPaneOpen),
4142
typeof(bool),
4243
typeof(NavigationView),
43-
new PropertyMetadata(false, OnIsPaneOpenPropertyChanged));
44+
new PropertyMetadata(true, OnIsPaneOpenPropertyChanged));
4445

4546
public bool IsPaneOpen
4647
{

0 commit comments

Comments
 (0)