We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb60ea0 + 53d35ee commit 5c5e772Copy full SHA for 5c5e772
1 file changed
source/iNKORE.UI.WPF.Modern.Controls/Controls/Windows/NavigationView/NavigationView.properties.cs
@@ -35,12 +35,13 @@ public CornerRadius CornerRadius
35
#endregion
36
37
#region IsPaneOpen
38
+
39
public static readonly DependencyProperty IsPaneOpenProperty =
40
DependencyProperty.Register(
41
nameof(IsPaneOpen),
42
typeof(bool),
43
typeof(NavigationView),
- new PropertyMetadata(false, OnIsPaneOpenPropertyChanged));
44
+ new PropertyMetadata(true, OnIsPaneOpenPropertyChanged));
45
46
public bool IsPaneOpen
47
{
0 commit comments