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

WPF

 
GeneralRe: Hyperlink As TreeView Node Binding Problem Pin
Kevin Marois6-Nov-13 11:03
professionalKevin Marois6-Nov-13 11:03 
GeneralRe: Hyperlink As TreeView Node Binding Problem Pin
Pete O'Hanlon6-Nov-13 11:30
subeditorPete O'Hanlon6-Nov-13 11:30 
GeneralRe: Hyperlink As TreeView Node Binding Problem Pin
SledgeHammer016-Nov-13 11:38
SledgeHammer016-Nov-13 11:38 
GeneralRe: Hyperlink As TreeView Node Binding Problem Pin
Kevin Marois6-Nov-13 12:18
professionalKevin Marois6-Nov-13 12:18 
GeneralRe: Hyperlink As TreeView Node Binding Problem Pin
SledgeHammer016-Nov-13 12:29
SledgeHammer016-Nov-13 12:29 
GeneralRe: Hyperlink As TreeView Node Binding Problem Pin
Kevin Marois6-Nov-13 12:36
professionalKevin Marois6-Nov-13 12:36 
QuestionHow to create dynamically textbox on UI in MVVVM Pin
Ashfaque Hussain4-Nov-13 5:56
Ashfaque Hussain4-Nov-13 5:56 
AnswerRe: How to creates dynamically textbox on UI in MVVVM Pin
Mycroft Holmes4-Nov-13 12:45
professionalMycroft Holmes4-Nov-13 12:45 
1 texbox - create the textbox inxaml and bind the visibility property to the VM
Multiple textboxes - use a collection control (listbox) and bind the ItemsSource to a collection in the VM.

You need to learn the functionality of the controls you have available to you.
Never underestimate the power of human stupidity
RAH

GeneralRe: How to creates dynamically textbox on UI in MVVVM Pin
Ashfaque Hussain7-Nov-13 0:32
Ashfaque Hussain7-Nov-13 0:32 
GeneralRe: How to creates dynamically textbox on UI in MVVVM Pin
Pete O'Hanlon7-Nov-13 0:56
subeditorPete O'Hanlon7-Nov-13 0:56 
GeneralRe: How to creates dynamically textbox on UI in MVVVM Pin
Ashfaque Hussain7-Nov-13 20:30
Ashfaque Hussain7-Nov-13 20:30 
GeneralRe: How to creates dynamically textbox on UI in MVVVM Pin
Pete O'Hanlon7-Nov-13 22:05
subeditorPete O'Hanlon7-Nov-13 22:05 
GeneralRe: How to creates dynamically textbox on UI in MVVVM Pin
Ashfaque Hussain8-Nov-13 0:16
Ashfaque Hussain8-Nov-13 0:16 
QuestionWPF inbuilt form Pin
shers30-Oct-13 23:44
shers30-Oct-13 23:44 
AnswerRe: WPF inbuilt form Pin
GuyThiebaut31-Oct-13 4:46
professionalGuyThiebaut31-Oct-13 4:46 
AnswerRe: WPF inbuilt form Pin
_Maxxx_1-Nov-13 0:52
professional_Maxxx_1-Nov-13 0:52 
QuestionHow to bind textboxes text to the ViewModel Pin
Ashfaque Hussain30-Oct-13 2:43
Ashfaque Hussain30-Oct-13 2:43 
AnswerRe: How to bind textboxes text to the ViewModel Pin
Ashfaque Hussain30-Oct-13 3:23
Ashfaque Hussain30-Oct-13 3:23 
GeneralRe: How to bind textboxes text to the ViewModel Pin
David C# Hobbyist.30-Oct-13 5:47
professionalDavid C# Hobbyist.30-Oct-13 5:47 
GeneralRe: How to bind textboxes text to the ViewModel Pin
Ashfaque Hussain30-Oct-13 5:53
Ashfaque Hussain30-Oct-13 5:53 
GeneralRe: How to bind textboxes text to the ViewModel Pin
David C# Hobbyist.30-Oct-13 6:03
professionalDavid C# Hobbyist.30-Oct-13 6:03 
GeneralRe: How to bind textboxes text to the ViewModel Pin
Ashfaque Hussain30-Oct-13 8:55
Ashfaque Hussain30-Oct-13 8:55 
QuestionRe: How to bind textboxes text to the ViewModel Pin
Matt T Heffron30-Oct-13 12:07
professionalMatt T Heffron30-Oct-13 12:07 
AnswerRe: How to bind textboxes text to the ViewModel Pin
Ashfaque Hussain30-Oct-13 19:40
Ashfaque Hussain30-Oct-13 19:40 
GeneralRe: How to bind textboxes text to the ViewModel Pin
Matt T Heffron31-Oct-13 8:37
professionalMatt T Heffron31-Oct-13 8:37 

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.