Skip to content

Commit 5c5e772

Browse files
authored
Merge pull request #301 from iNKORE-NET/revert-287-fix_142
Revert "[BugFix] NavigationView initial state"
2 parents bb60ea0 + 53d35ee commit 5c5e772

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)