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

WPF

 
QuestionWWF Pin
Ramkumar_S3-Jan-10 14:36
Ramkumar_S3-Jan-10 14:36 
AnswerRe: WWF Pin
ProtoBytes4-Jan-10 3:52
ProtoBytes4-Jan-10 3:52 
QuestionHow to animate To/From an Auto value? Pin
spiritboy3-Jan-10 8:04
spiritboy3-Jan-10 8:04 
AnswerRe: How to animate To/From an Auto value? Pin
Abhinav S3-Jan-10 16:39
Abhinav S3-Jan-10 16:39 
Questioncreating GridViewColumn.CellTemplate via C# ? Pin
Mohammad Dayyan2-Jan-10 23:43
Mohammad Dayyan2-Jan-10 23:43 
QuestionDynamic data binding in WPF application Pin
anishshrestha2-Jan-10 5:57
anishshrestha2-Jan-10 5:57 
AnswerRe: Dynamic data binding in WPF application Pin
Pete O'Hanlon2-Jan-10 7:06
mvePete O'Hanlon2-Jan-10 7:06 
AnswerRe: Dynamic data binding in WPF application Pin
Mark Salsbery2-Jan-10 7:13
Mark Salsbery2-Jan-10 7:13 
anishshrestha wrote:
Using the concept of data context I have data bind the XML with the UI but I could not yet dynamically bind to it.



What do you mean by "dynamically bind to it"?

Programmatically you can create a Binding object, set its properties
as needed, and then set the binding to the property on the element:
Binding binding = new Binding();
binding.XPath = "Name";
myTextBlock.SetBinding(TextBlock.TextProperty, binding);


Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Dynamic data binding in WPF application Pin
anishshrestha2-Jan-10 8:36
anishshrestha2-Jan-10 8:36 
QuestionResolution setting in WPF Pin
Anu_Bala31-Dec-09 18:33
Anu_Bala31-Dec-09 18:33 
AnswerRe: Resolution setting in WPF Pin
Mark Salsbery1-Jan-10 9:10
Mark Salsbery1-Jan-10 9:10 
QuestionSilverlight combobox in aspx page Pin
Shivan Nandan31-Dec-09 18:32
Shivan Nandan31-Dec-09 18:32 
AnswerRe: Silverlight combobox in aspx page Pin
Mark Salsbery1-Jan-10 9:01
Mark Salsbery1-Jan-10 9:01 
AnswerRe: Silverlight combobox in aspx page Pin
April Fans6-Jan-10 19:12
April Fans6-Jan-10 19:12 
QuestionGoogle map in wpf application Pin
vsaratkar31-Dec-09 8:16
vsaratkar31-Dec-09 8:16 
AnswerRe: Google map in wpf application Pin
Mark Salsbery31-Dec-09 13:02
Mark Salsbery31-Dec-09 13:02 
AnswerRe: Google map in wpf application Pin
Mohammad Dayyan31-Dec-09 20:48
Mohammad Dayyan31-Dec-09 20:48 
AnswerRe: Google map in wpf application Pin
vsaratkar4-Jan-10 3:12
vsaratkar4-Jan-10 3:12 
QuestionWPF window transparancy Pin
Jeroen De Dauw31-Dec-09 7:56
Jeroen De Dauw31-Dec-09 7:56 
AnswerRe: WPF window transparancy Pin
Mark Salsbery31-Dec-09 13:15
Mark Salsbery31-Dec-09 13:15 
GeneralRe: WPF window transparancy Pin
Jeroen De Dauw31-Dec-09 13:18
Jeroen De Dauw31-Dec-09 13:18 
Questionhow to bind images horizontally in datagrid Pin
Jagz W30-Dec-09 18:11
professionalJagz W30-Dec-09 18:11 
AnswerRe: how to bind images horizontally in datagrid Pin
Abhinav S30-Dec-09 19:39
Abhinav S30-Dec-09 19:39 
GeneralRe: how to bind images horizontally in datagrid Pin
Jagz W31-Dec-09 2:31
professionalJagz W31-Dec-09 2:31 
QuestionRe: how to bind images horizontally in datagrid Pin
Mark Salsbery31-Dec-09 12:56
Mark Salsbery31-Dec-09 12:56 

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.