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

WPF

 
GeneralRe: Simple general Data binding question - Changing Collection reference Pin
ABitSmart4-Mar-09 17:44
ABitSmart4-Mar-09 17:44 
GeneralRe: Simple general Data binding question - Changing Collection reference Pin
Eslam Afifi4-Mar-09 17:56
Eslam Afifi4-Mar-09 17:56 
GeneralGREAT!! Thank you! Pin
dartrax5-Mar-09 1:46
dartrax5-Mar-09 1:46 
GeneralRe: GREAT!! Thank you! Pin
Eslam Afifi5-Mar-09 3:23
Eslam Afifi5-Mar-09 3:23 
QuestionA user control from a n0ob Pin
2hdass4-Mar-09 11:36
2hdass4-Mar-09 11:36 
AnswerRe: A user control from a n0ob Pin
Ravi Bhavnani4-Mar-09 11:59
professionalRavi Bhavnani4-Mar-09 11:59 
GeneralRe: A user control from a n0ob Pin
2hdass6-Mar-09 11:26
2hdass6-Mar-09 11:26 
QuestionBinding one DP to another across controls Pin
MBursill4-Mar-09 11:14
MBursill4-Mar-09 11:14 
If I have two user controls, each with a dependency property, and both those controls are thrown into a grid, how could I bind the results of one of those properties to the other?

In short:
Control2.Customer = Control1.SelectedCustomer;

Where Customer and SelectedCustomer are the two respective DP's.

I've tried:

<local:Control1 Grid.Row="0" x:Name="customerSelector" />
<local:Control2 Grid.Row="1" Customer="{Binding ElementName=customerSelector, Path=SelectedCustomer}" />

The binding doesn't appear to do anything. A breakpoint on the setter of the Customer property never gets hit.

Any thoughts?

-Mike.
AnswerRe: Binding one DP to another across controls Pin
ABitSmart4-Mar-09 16:48
ABitSmart4-Mar-09 16:48 
GeneralRe: Binding one DP to another across controls Pin
MBursill4-Mar-09 18:32
MBursill4-Mar-09 18:32 
GeneralRe: Binding one DP to another across controls Pin
ABitSmart4-Mar-09 18:33
ABitSmart4-Mar-09 18:33 
QuestionListBox DataItemTemplate And Multiple Object Types Pin
BlitzPackage4-Mar-09 6:07
BlitzPackage4-Mar-09 6:07 
AnswerRe: ListBox DataItemTemplate And Multiple Object Types Pin
Mark Salsbery4-Mar-09 7:37
Mark Salsbery4-Mar-09 7:37 
GeneralRe: ListBox DataItemTemplate And Multiple Object Types Pin
BlitzPackage4-Mar-09 7:51
BlitzPackage4-Mar-09 7:51 
GeneralRe: ListBox DataItemTemplate And Multiple Object Types Pin
Mark Salsbery4-Mar-09 8:15
Mark Salsbery4-Mar-09 8:15 
GeneralRe: ListBox DataItemTemplate And Multiple Object Types Pin
BlitzPackage4-Mar-09 8:29
BlitzPackage4-Mar-09 8:29 
GeneralRe: ListBox DataItemTemplate And Multiple Object Types Pin
Mark Salsbery4-Mar-09 8:32
Mark Salsbery4-Mar-09 8:32 
GeneralRe: ListBox DataItemTemplate And Multiple Object Types Pin
Mark Salsbery4-Mar-09 8:29
Mark Salsbery4-Mar-09 8:29 
GeneralRe: ListBox DataItemTemplate And Multiple Object Types Pin
BlitzPackage4-Mar-09 8:42
BlitzPackage4-Mar-09 8:42 
GeneralRe: ListBox DataItemTemplate And Multiple Object Types Pin
Mark Salsbery4-Mar-09 8:49
Mark Salsbery4-Mar-09 8:49 
GeneralRe: ListBox DataItemTemplate And Multiple Object Types Pin
BlitzPackage4-Mar-09 9:55
BlitzPackage4-Mar-09 9:55 
GeneralRe: ListBox DataItemTemplate And Multiple Object Types Pin
Mark Salsbery4-Mar-09 10:01
Mark Salsbery4-Mar-09 10:01 
GeneralRe: ListBox DataItemTemplate And Multiple Object Types Pin
BlitzPackage4-Mar-09 10:42
BlitzPackage4-Mar-09 10:42 
QuestionWPF ComboBox using Llinq Pin
GomathiR4-Mar-09 1:38
GomathiR4-Mar-09 1:38 
AnswerRe: WPF ComboBox using Llinq Pin
ABitSmart4-Mar-09 1:52
ABitSmart4-Mar-09 1:52 

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.