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
Is your feature request related to a problem? Please describe.
Currently SplitButton is the only Button that does not support the HotKey property, and setting the HotKeyManager.HotKey attached property does not work when the view is loaded and unloaded (Button handles this by resetting the property in Button.OnAttachedToLogicalTree)
Describe the solution you'd like
Copy over the HotKeyProperty and OnAttachedToLogicalTree handling from Button to SplitButton, linking the HotKey to the main SplitButton.Command
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently SplitButton is the only Button that does not support the
HotKey
property, and setting theHotKeyManager.HotKey
attached property does not work when the view is loaded and unloaded (Button
handles this by resetting the property inButton.OnAttachedToLogicalTree
)Describe the solution you'd like
Copy over the
HotKeyProperty
andOnAttachedToLogicalTree
handling fromButton
toSplitButton
, linking the HotKey to the mainSplitButton.Command
The text was updated successfully, but these errors were encountered: