The new release includes the breaking change:
DropDownButton, SplitButton and ApplicationMenu don't generate MenuItem but ContentPresenter as containers.
This provides more flexibility and also fixes the nested MenuItem issues.
I adapted simple DropDownButtons to the changes, but for a DropDownButton that has a menu with nested items I could not find a way. As there is no concrete example for this breaking change, I have made a repo to demonstrate the unexpected behavior, having menu items with the arrow but no subsequent menu opening.
Example found under Tests -> Dropdown (auto close on click)
https://github.com/imadenis/Fluent.Ribbon.Demo
The new release includes the breaking change:
I adapted simple DropDownButtons to the changes, but for a DropDownButton that has a menu with nested items I could not find a way. As there is no concrete example for this breaking change, I have made a repo to demonstrate the unexpected behavior, having menu items with the arrow but no subsequent menu opening.
Example found under Tests -> Dropdown (auto close on click)
https://github.com/imadenis/Fluent.Ribbon.Demo