fluentribbon / Fluent.Ribbon

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

Add functionality to allow keyboard users to interact with the groupb… #1099

Closed cbra-caa closed 1 year ago

cbra-caa commented 1 year ago

…oxes when they are in the collapsed or quickaccess state.

1098

batzen commented 1 year ago

Will review as soon as i can.

batzen commented 1 year ago

I am not sure about FindFirstFocusableElement as there are already at least similar implementations for ComboBox and DropDownButton. But i guess i will have to refactor them all to have a common method to do the same.

Thanks for contributing!

cbra-caa commented 1 year ago

@batzen Sorry, I didnt think to look for likewise functionality.

I think I prefer the solution you have in DropDownButton - especially since it also dispatches the focus operation which usually gives a better experience as loading operations might steal it when elements are initially constructed.