MDI type of application using WPF
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
I want to develop an application with Menus and Sub menus using WPF. File (Main menu) New (Sub menu) Save (Sub menu) In Windows Form application i created MDI parent form, on click on "Save" button i would display another Form(child) within the MDI parent Form. I want to achieve similar functionality with WPF. Do i need to create User Control and on click of "Save" button display the User control? Or is there any other way i can achieve this. I'm new to WPF. Please let me know Thanks