Reputation: 5359
It's easy to have a set of icons always shown, and then when we tap the ellipsis we'll see both the icons and additional menu items. How can we not show anything until we click the ellipsis? The Dev Center app does this.
Upvotes: 0
Views: 193
Reputation: 3046
Check these properties:
MiniSize: Gets the distance that the Application Bar extends into a page when the Mode property is set to Minimized.
Mode Gets or sets the size of the Application Bar.
Upvotes: 1