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
As part of the latest design, buttons often have a space around them. This causes issues when buttons are placed on the edge of the screen, because it's harder to reach them (see Fitts's law and #5306).
The solution for this is to make the button hitbox larger than the actual visual of the button, like CommandBar buttons.
This functionality should be expanded to more controls.
There are two ways this could be achieved:
An InnerMargin property for most controls
A property that changes how margins are applied (Inner/Outer)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As part of the latest design, buttons often have a space around them. This causes issues when buttons are placed on the edge of the screen, because it's harder to reach them (see Fitts's law and #5306).
The solution for this is to make the button hitbox larger than the actual visual of the button, like CommandBar buttons.
This functionality should be expanded to more controls.
There are two ways this could be achieved:
Beta Was this translation helpful? Give feedback.
All reactions