Reputation: 1719
I noticed that internet explorer has an app bar that is non standard. It has the standard ... Button that expands the app bar to show additional options but rather than app bar buttons it has the address ba and a refresh button. does anyone know how one would go about overriding the app bar in a similar way, i cant find a way of doing it.
Upvotes: 0
Views: 234
Reputation: 16826
You can't extend the application bar beyond what's already offered in the SDK. You'll need to implement your own XAML version of the application bar since you can't tweak the shell object to contain additional visual components.
Upvotes: 1