fluentribbon / Fluent.Ribbon

WPF Ribbon control like in Office
http://fluentribbon.github.io
MIT License
2.54k stars 518 forks source link

Backstage.IsOpen is not bindable #1103

Closed cbra-caa closed 1 year ago

cbra-caa commented 1 year ago

The backstage exposes a property IsOpen - but if you try to bind to it, it does not have any effect. We have a scenario where a user clicks a button, which then opens the backstage and shows the relevant item.

Showcase example: BackstageOpenBinding


Environment