Im trying to make a uwp universal media player on visual studio community 2019 the bottom app bar won't go in it won't appear automatically after clicking on the command bar to try inserting it but wont work

Anonymous
2020-03-27T04:18:36.597+00:00

![6172-this-is-on-my-visual-studio.png][1] [1]: /api/attachments/6251-from-youtube-2.png?platform=QnA Im trying to make a uwp universal media player on visual studio community 2019 the bottom app bar won't go in it won't appear automatically after clicking on the command bar to try inserting it but wont work https://www.youtube.com/watch?v=0TPkyBRQJdk Its at six minutes thirteen seconds to six minutes and twenty one seconds into the demo

Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Richard Zhang-MSFT 6,936 Reputation points
    2020-03-27T06:25:47.08+00:00

    Hello,​

    Welcome to our Microsoft Q&A platform!

    I watched the video you provided and tried it in Visual Studio 2019.

    1. When I opened the Document outline window for the first time, TopAppBar / BottomAppBar was not displayed, so I found it in the Document window after adding it manually, right-clicked, and nothing happened.
    2. I rebuilt the project and restarted Visual Studio and it worked:
      6261-02.png

    You can try restarting Visual Studio, or use related software (Blend for Visual Studio) for programming. But if you are a beginner, you can try to manually enter the relevant xaml tag of the CommandBar, this will help you understand its construction.

    Thanks