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

WPF

 
QuestionTo generate Text boxes, Combo boxes, IP Address controls at runtime Pin
luckyshah29-Mar-10 0:32
luckyshah29-Mar-10 0:32 
AnswerRe: To generate Text boxes, Combo boxes, IP Address controls at runtime [modified] Pin
Parwej Ahamad29-Mar-10 9:49
professionalParwej Ahamad29-Mar-10 9:49 
GeneralRe: To generate Text boxes, Combo boxes, IP Address controls at runtime Pin
luckyshah29-Mar-10 22:02
luckyshah29-Mar-10 22:02 
QuestionBinding Double click Pin
Joe Rozario28-Mar-10 23:18
Joe Rozario28-Mar-10 23:18 
AnswerRe: Binding Double click Pin
Pete O'Hanlon29-Mar-10 0:00
mvePete O'Hanlon29-Mar-10 0:00 
AnswerRe: Binding Double click Pin
Frank W. Wu12-Oct-10 9:23
Frank W. Wu12-Oct-10 9:23 
Questiongetting and setting textbox.txt value in XAML from C# in Winform Pin
Colin Bowdery27-Mar-10 6:30
Colin Bowdery27-Mar-10 6:30 
AnswerRe: getting and setting textbox.txt value in XAML from C# in Winform Pin
Parwej Ahamad27-Mar-10 7:09
professionalParwej Ahamad27-Mar-10 7:09 
Use this code:

Text="{Binding ElementName=treeViewControlID,
Path=SelectedNode.Text}"

I am not sure "SelectedNode.Text" is available but it may be kind of property. If it is not workable then post here.
Parwej Ahamad
ahamad.parwej@gmail.com



AnswerRe: getting and setting textbox.txt value in XAML from C# in Winform Pin
carlecomm31-Mar-10 17:05
carlecomm31-Mar-10 17:05 
QuestionHow to animate the ListBox Items While Scrolling Pin
wasimsharp26-Mar-10 20:12
wasimsharp26-Mar-10 20:12 
AnswerRe: How to animate the ListBox Items While Scrolling Pin
wasimsharp28-Mar-10 19:00
wasimsharp28-Mar-10 19:00 
QuestionUser Control take time for loading???? Pin
urooj_mahmood26-Mar-10 4:27
urooj_mahmood26-Mar-10 4:27 
AnswerRe: User Control take time for loading???? Pin
Abhinav S26-Mar-10 5:33
Abhinav S26-Mar-10 5:33 
GeneralRe: User Control take time for loading???? Pin
urooj_mahmood28-Mar-10 21:35
urooj_mahmood28-Mar-10 21:35 
GeneralRe: User Control take time for loading???? Pin
Kunal Chowdhury «IN»28-Mar-10 23:07
professionalKunal Chowdhury «IN»28-Mar-10 23:07 
GeneralRe: User Control take time for loading???? Pin
Kunal Chowdhury «IN»29-Mar-10 0:58
professionalKunal Chowdhury «IN»29-Mar-10 0:58 
Questioncan't load .xaml in browser Pin
yuripon25-Mar-10 20:31
yuripon25-Mar-10 20:31 
AnswerRe: can't load .xaml in browser Pin
Abhinav S25-Mar-10 22:19
Abhinav S25-Mar-10 22:19 
GeneralRe: can't load .xaml in browser Pin
yuripon26-Mar-10 2:18
yuripon26-Mar-10 2:18 
GeneralRe: can't load .xaml in browser Pin
Kunal Chowdhury «IN»28-Mar-10 23:13
professionalKunal Chowdhury «IN»28-Mar-10 23:13 
GeneralRe: can't load .xaml in browser Pin
yuripon14-Apr-10 18:42
yuripon14-Apr-10 18:42 
Questionconnection with Mysql and CRecordset Pin
Shivanand Gupta24-Mar-10 21:10
Shivanand Gupta24-Mar-10 21:10 
AnswerIncorrect forum Pin
Pete O'Hanlon24-Mar-10 22:43
mvePete O'Hanlon24-Mar-10 22:43 
GeneralRe: Incorrect forum Pin
Shivanand Gupta24-Mar-10 23:45
Shivanand Gupta24-Mar-10 23:45 
QuestionWPF "dealing cards" animation.. need help Pin
ruellm24-Mar-10 14:55
ruellm24-Mar-10 14:55 

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.