How to make the CommandBar point down in UWP

You should edit the ControlTemplate as suggested here.

There is a full code example available on GitHub:

<CommandBar Style="{StaticResource OpenDownCommandBar}">
    <CommandBar.Content>
        ...
    </CommandBar.Content>
</CommandBar>

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top