fluentribbon / Fluent.Ribbon

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

Fix that Backstage.IsOpen is not bindable #1104

Closed cbra-caa closed 1 year ago

cbra-caa commented 1 year ago

Fixed by using SetCurrentValue(IsOpenProperty, ..) to avoid overwriting the binding when changing the IsOpen state.

1103

batzen commented 1 year ago

Thanks for contributing!