You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are totally right.
Will change the order in which SplitButtons returns it's logical children, or even better just call base.LogicalChildren in SplitButton.
Consider the following SplitButton:
If you open it using KeyTips, the menu will look like this:
Expected would be this (this is what a dropdown button looks like):
Reason seems to be that KeyTipAdorner.Forward() also includes the SplitButton's ToggleButton at
which is then used to create the KeyTipAdorner. Not sure how the solution should work though.
The text was updated successfully, but these errors were encountered: