When designing a WinForms app in visual studio, you can choose to populate a menu bar with the standard set of File, Save, Help, About, etc. Is there a way to do this in WPF using visual studio?
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.
No you must add the menu items youself in wpf, but it is very easy to do, here is an example:
for more detail see – http://www.wpftutorial.net/Menus.html