How do I see the App Bar in design mode while using Blend for Visual Studio 2012 RC?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
By default for Split App, you have to uncomment the AppBar that is commented out by default.
Change this:
to this:
Then right-click on the
appbarin the Live DOM pane and select Activate AppBar.Kudos goes to Matt Hidinger for sharing this helpful tip.