Skip to content

IsPaneOpen property in Hamburger Menu is not properly set after opening/closing pane #2926

@wornr

Description

@wornr

Hello,

I'm trying to implement (with MVVM) auto closing hamburger pane after selection is done. To make this happen I've tried to bind IsPaneOpen to IsPaneOpened property in my view model.

<mahApps:HamburgerMenu IsPaneOpen="{Binding IsPaneOpened}" ...>

But it seems that IsPaneOpen is not setting my property properly when I open/close pane with this button.
image

Is that normal behaviour or am I doing something wrong?

Btw. In my opinion this property has really weird explanation.
image

Environment

MahApps.Metro v1.5.0
Windows OS 10
Visual Studio 2017
.NET Framework 4.5.2

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions