
<bars:RibbonApplicationButton>
<bars:BarMenuItem Command="ApplicationCommands.New" />
<bars:BarSplitMenuItem Command="ApplicationCommands.New" />
</bars:RibbonApplicationButton>
The BarMenuItem will display as disabled while BarSplitMenuItem is displayed as enabled where the New command has been correctly bound. I suspect there is something wrong with the CanExecute behavior for the BarMenuItem.
This behavior only appears in 24.1, it works propertly in 23.1 and seems to have been fixed for 24.1.2-beta.5.
I'm assuming it's a bug and am making a note of it for the benefit others who may be on 24.1.1 and hitting the same issue.
I'm using .NET 8.0.
[Modified 1 year ago]