Click here to Skip to main content
15,883,883 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: How to creates dynamically textbox on UI in MVVVM Pin
Ashfaque Hussain6-Nov-13 23:32
Ashfaque Hussain6-Nov-13 23:32 
GeneralRe: How to creates dynamically textbox on UI in MVVVM Pin
Pete O'Hanlon6-Nov-13 23:56
mvePete O'Hanlon6-Nov-13 23:56 
GeneralRe: How to creates dynamically textbox on UI in MVVVM Pin
Ashfaque Hussain7-Nov-13 19:30
Ashfaque Hussain7-Nov-13 19:30 
GeneralRe: How to creates dynamically textbox on UI in MVVVM Pin
Pete O'Hanlon7-Nov-13 21:05
mvePete O'Hanlon7-Nov-13 21:05 
GeneralRe: How to creates dynamically textbox on UI in MVVVM Pin
Ashfaque Hussain7-Nov-13 23:16
Ashfaque Hussain7-Nov-13 23:16 
QuestionWPF inbuilt form Pin
shers30-Oct-13 22:44
shers30-Oct-13 22:44 
AnswerRe: WPF inbuilt form Pin
GuyThiebaut31-Oct-13 3:46
professionalGuyThiebaut31-Oct-13 3:46 
AnswerRe: WPF inbuilt form Pin
_Maxxx_31-Oct-13 23:52
professional_Maxxx_31-Oct-13 23:52 
It sounds like what you want to do is to have a set of user controls, each of which is loaded depending on a menu option selection.

the Simplest (but probably least efficient depending on memory footprint, number of menu options etc.) is simply to place all of the user controls on teh window, then make them invisible until a menu option is selected.

You could also load the user controls dynamically when a menu option is selected. (see here[^] for one of many examples of how to do that.
MVVM # - I did it My Way
___________________________________________
Man, you're a god. - walterhevedeich 26/05/2011

.\\axxx
(That's an 'M')

QuestionHow to bind textboxes text to the ViewModel Pin
Ashfaque Hussain30-Oct-13 1:43
Ashfaque Hussain30-Oct-13 1:43 
AnswerRe: How to bind textboxes text to the ViewModel Pin
Ashfaque Hussain30-Oct-13 2:23
Ashfaque Hussain30-Oct-13 2:23 
GeneralRe: How to bind textboxes text to the ViewModel Pin
David C# Hobbyist.30-Oct-13 4:47
professionalDavid C# Hobbyist.30-Oct-13 4:47 
GeneralRe: How to bind textboxes text to the ViewModel Pin
Ashfaque Hussain30-Oct-13 4:53
Ashfaque Hussain30-Oct-13 4:53 
GeneralRe: How to bind textboxes text to the ViewModel Pin
David C# Hobbyist.30-Oct-13 5:03
professionalDavid C# Hobbyist.30-Oct-13 5:03 
GeneralRe: How to bind textboxes text to the ViewModel Pin
Ashfaque Hussain30-Oct-13 7:55
Ashfaque Hussain30-Oct-13 7:55 
QuestionRe: How to bind textboxes text to the ViewModel Pin
Matt T Heffron30-Oct-13 11:07
professionalMatt T Heffron30-Oct-13 11:07 
AnswerRe: How to bind textboxes text to the ViewModel Pin
Ashfaque Hussain30-Oct-13 18:40
Ashfaque Hussain30-Oct-13 18:40 
GeneralRe: How to bind textboxes text to the ViewModel Pin
Matt T Heffron31-Oct-13 7:37
professionalMatt T Heffron31-Oct-13 7:37 
GeneralRe: How to bind textboxes text to the ViewModel Pin
Ashfaque Hussain31-Oct-13 8:09
Ashfaque Hussain31-Oct-13 8:09 
QuestionHow to import the row items of datagrid to the Stackpannel in MVVM Pin
Ashfaque Hussain28-Oct-13 23:20
Ashfaque Hussain28-Oct-13 23:20 
AnswerRe: How to import the row items of datagrid to the Stackpannel in MVVM Pin
Mycroft Holmes29-Oct-13 2:01
professionalMycroft Holmes29-Oct-13 2:01 
GeneralRe: How to import the row items of datagrid to the Stackpannel in MVVM Pin
Ashfaque Hussain29-Oct-13 4:27
Ashfaque Hussain29-Oct-13 4:27 
QuestionHow to change the content of Button in View from ViewModel Pin
Ashfaque Hussain28-Oct-13 0:05
Ashfaque Hussain28-Oct-13 0:05 
AnswerRe: How to change the content of Button in View from ViewModel Pin
Pete O'Hanlon28-Oct-13 0:13
mvePete O'Hanlon28-Oct-13 0:13 
AnswerRe: How to change the content of Button in View from ViewModel Pin
Abhinav S28-Oct-13 0:51
Abhinav S28-Oct-13 0:51 
QuestionMouse Down event Pin
Ashfaque Hussain25-Oct-13 1:04
Ashfaque Hussain25-Oct-13 1:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.