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
It seems it isn't currently possible to assign default and cancel buttons to Dialog.
If I were to create those buttons manually, I could use IsDefault="True" or IsCancel="True". One of the effects would be that you can confirm or dismiss the dialog with the return and esc keys.
Describe the solution you'd like
There should be a pair of properties ButtonLeftIsDefault/ButtonLeftIsCancel, or maybe a property ButtonLeftRole that you can set to either Default or Cancel. (Same for ButtonRight….)
The text was updated successfully, but these errors were encountered:
It seems it isn't currently possible to assign default and cancel buttons to
Dialog
.If I were to create those buttons manually, I could use
IsDefault="True"
orIsCancel="True"
. One of the effects would be that you can confirm or dismiss the dialog with the return and esc keys.Describe the solution you'd like
There should be a pair of properties
ButtonLeftIsDefault
/ButtonLeftIsCancel
, or maybe a propertyButtonLeftRole
that you can set to eitherDefault
orCancel
. (Same forButtonRight…
.)The text was updated successfully, but these errors were encountered: