I am trying to replicate the appearance of the CommandBar
within the build in Photos app. The command bar has three sections at the left, centre and right.
My guess is that the right items are the primary items, with the centre and left sections being in the CommandBar.Content
and using a grid to align them.
How can I replicate this appearance? I tried to use the Content property, but I can't get that to fill the available space.