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

WPF

 
GeneralRe: Datagrid Pin
Saksida Bojan22-Sep-10 9:50
Saksida Bojan22-Sep-10 9:50 
AnswerRe: Datagrid Pin
Abhishek Sur22-Sep-10 9:54
professionalAbhishek Sur22-Sep-10 9:54 
GeneralRe: Datagrid [modified] Pin
Saksida Bojan22-Sep-10 10:12
Saksida Bojan22-Sep-10 10:12 
QuestionAnimation of Expander expand / collapse programmatically Pin
tronix0121-Sep-10 20:58
tronix0121-Sep-10 20:58 
AnswerRe: Animation of Expander expand / collapse programmatically Pin
Abhishek Sur22-Sep-10 9:46
professionalAbhishek Sur22-Sep-10 9:46 
GeneralRe: Animation of Expander expand / collapse programmatically Pin
tronix0124-Sep-10 3:54
tronix0124-Sep-10 3:54 
QuestionRoutedCommands Pin
David_ml_G21-Sep-10 5:30
David_ml_G21-Sep-10 5:30 
AnswerRe: RoutedCommands Pin
Abhishek Sur22-Sep-10 9:50
professionalAbhishek Sur22-Sep-10 9:50 
Well, generally WPF code is made data driven.

So from the Usercontrol use DataContext to pass a Dataobject on the User Control. Make the adjustment so that the user control loads something whenever the data object is modified. We use this by implementing the data class from INotifyPropertyChanged.

INotifyPropertyChanged[^]

Other than that you can also keep a property/dependency property to help load the object from outside.
Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
Visit My Website-->


www.abhisheksur.com

QuestionSilverlight Installation Trick from Batch file Pin
Kunal Chowdhury «IN»20-Sep-10 19:20
professionalKunal Chowdhury «IN»20-Sep-10 19:20 
AnswerRe: Silverlight Installation Trick from Batch file Pin
Pete O'Hanlon20-Sep-10 22:04
mvePete O'Hanlon20-Sep-10 22:04 
GeneralRe: Silverlight Installation Trick from Batch file Pin
Kunal Chowdhury «IN»20-Sep-10 22:22
professionalKunal Chowdhury «IN»20-Sep-10 22:22 
AnswerRe: Silverlight Installation Trick from Batch file Pin
Abhinav S20-Sep-10 22:25
Abhinav S20-Sep-10 22:25 
GeneralRe: Silverlight Installation Trick from Batch file Pin
Kunal Chowdhury «IN»20-Sep-10 22:37
professionalKunal Chowdhury «IN»20-Sep-10 22:37 
GeneralRe: Silverlight Installation Trick from Batch file [modified] Pin
Abhinav S20-Sep-10 22:48
Abhinav S20-Sep-10 22:48 
AnswerRe: Silverlight Installation Trick from Batch file Pin
Kunal Chowdhury «IN»20-Sep-10 23:42
professionalKunal Chowdhury «IN»20-Sep-10 23:42 
GeneralRe: Silverlight Installation Trick from Batch file Pin
Pete O'Hanlon21-Sep-10 1:19
mvePete O'Hanlon21-Sep-10 1:19 
GeneralRe: Silverlight Installation Trick from Batch file Pin
Kunal Chowdhury «IN»21-Sep-10 1:22
professionalKunal Chowdhury «IN»21-Sep-10 1:22 
GeneralRe: Silverlight Installation Trick from Batch file Pin
Pete O'Hanlon21-Sep-10 2:20
mvePete O'Hanlon21-Sep-10 2:20 
GeneralRe: Silverlight Installation Trick from Batch file Pin
Kunal Chowdhury «IN»21-Sep-10 3:49
professionalKunal Chowdhury «IN»21-Sep-10 3:49 
GeneralRe: Silverlight Installation Trick from Batch file Pin
Pete O'Hanlon21-Sep-10 4:50
mvePete O'Hanlon21-Sep-10 4:50 
GeneralRe: Silverlight Installation Trick from Batch file Pin
Abhinav S21-Sep-10 5:34
Abhinav S21-Sep-10 5:34 
GeneralRe: Silverlight Installation Trick from Batch file Pin
Pete O'Hanlon21-Sep-10 7:49
mvePete O'Hanlon21-Sep-10 7:49 
GeneralRe: Silverlight Installation Trick from Batch file Pin
Kunal Chowdhury «IN»13-Oct-10 2:03
professionalKunal Chowdhury «IN»13-Oct-10 2:03 
GeneralRe: Silverlight Installation Trick from Batch file Pin
Abhinav S13-Oct-10 2:45
Abhinav S13-Oct-10 2:45 
GeneralRe: Silverlight Installation Trick from Batch file Pin
Kunal Chowdhury «IN»13-Oct-10 2:03
professionalKunal Chowdhury «IN»13-Oct-10 2:03 

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.