I have a UWP app. There, I have one CommandBar
which has some AppBarButton
. Now, I need to add some customized radio button in the same command bar and these radio buttons will be grouped together and shown exactly in the middle of the command bar (not right aligned like it does as the default behavior).
Is there a way to achieve it using the CommandBar
?