Click here to Skip to main content
15,891,253 members
Home / Discussions / WPF
   

WPF

 
Questionhierachical menu Pin
arkiboys6-Feb-12 4:26
arkiboys6-Feb-12 4:26 
AnswerRe: hierachical menu Pin
Abhinav S6-Feb-12 4:40
Abhinav S6-Feb-12 4:40 
GeneralRe: hierachical menu Pin
arkiboys6-Feb-12 5:36
arkiboys6-Feb-12 5:36 
AnswerRe: hierachical menu Pin
Abhinav S6-Feb-12 5:55
Abhinav S6-Feb-12 5:55 
GeneralRe: hierachical menu Pin
arkiboys6-Feb-12 22:37
arkiboys6-Feb-12 22:37 
QuestionPlay DVD Pin
Alessio Elia6-Feb-12 3:52
Alessio Elia6-Feb-12 3:52 
AnswerRe: Play DVD Pin
Alisaunder10-Feb-12 1:10
Alisaunder10-Feb-12 1:10 
QuestionConditional DataBinding to UI Elements Pin
Andy_L_J4-Feb-12 12:40
Andy_L_J4-Feb-12 12:40 
I have three UI elements on my View that are Bound to a Property in my ViewModel:

XAML
...
xmlns:myViewModel="clr-namespace:....ThisViewModel"

<TextBlock Text="{Binding Path=LengthProperty.Name}" .../>
<TextBlock Text="{Binding Path=LengthProperty.Value}" .../>
<TextBlock Text="{Binding Path=LengthProperty.UOM}" .../>


This works as expected and shows no data when the LengthProperty is Nothing.

I want to modify this so that when the LengthProperty is Nothing, the view displays data from an alternative CavityProperty property in the ViewModel.

Can this be done in xaml? or should I code it in the ViewModel?

Any pointers are most appreciated.
I don't speak Idiot - please talk slowly and clearly

'This space for rent'

Driven to the arms of Heineken by the wife

AnswerRe: Conditional DataBinding to UI Elements Pin
SledgeHammer014-Feb-12 13:39
SledgeHammer014-Feb-12 13:39 
GeneralRe: Conditional DataBinding to UI Elements Pin
Andy_L_J4-Feb-12 15:18
Andy_L_J4-Feb-12 15:18 
GeneralRe: Conditional DataBinding to UI Elements Pin
SledgeHammer014-Feb-12 15:54
SledgeHammer014-Feb-12 15:54 
GeneralRe: Conditional DataBinding to UI Elements Pin
Andy_L_J4-Feb-12 17:42
Andy_L_J4-Feb-12 17:42 
AnswerRe: Conditional DataBinding to UI Elements Pin
Mycroft Holmes4-Feb-12 17:00
professionalMycroft Holmes4-Feb-12 17:00 
GeneralRe: Conditional DataBinding to UI Elements Pin
Andy_L_J4-Feb-12 17:48
Andy_L_J4-Feb-12 17:48 
GeneralRe: Conditional DataBinding to UI Elements Pin
Mycroft Holmes4-Feb-12 21:04
professionalMycroft Holmes4-Feb-12 21:04 
GeneralRe: Conditional DataBinding to UI Elements Pin
Andy_L_J4-Feb-12 22:05
Andy_L_J4-Feb-12 22:05 
GeneralRe: Conditional DataBinding to UI Elements Pin
Mycroft Holmes5-Feb-12 0:58
professionalMycroft Holmes5-Feb-12 0:58 
GeneralRe: Conditional DataBinding to UI Elements Pin
SledgeHammer015-Feb-12 7:53
SledgeHammer015-Feb-12 7:53 
GeneralRe: Conditional DataBinding to UI Elements Pin
Mycroft Holmes5-Feb-12 11:01
professionalMycroft Holmes5-Feb-12 11:01 
GeneralRe: Conditional DataBinding to UI Elements Pin
SledgeHammer015-Feb-12 11:49
SledgeHammer015-Feb-12 11:49 
GeneralRe: Conditional DataBinding to UI Elements Pin
Mycroft Holmes5-Feb-12 12:15
professionalMycroft Holmes5-Feb-12 12:15 
GeneralRe: Conditional DataBinding to UI Elements Pin
SledgeHammer015-Feb-12 12:26
SledgeHammer015-Feb-12 12:26 
GeneralRe: Conditional DataBinding to UI Elements Pin
Mycroft Holmes5-Feb-12 13:15
professionalMycroft Holmes5-Feb-12 13:15 
GeneralRe: Conditional DataBinding to UI Elements Pin
SledgeHammer015-Feb-12 14:14
SledgeHammer015-Feb-12 14:14 
GeneralRe: Conditional DataBinding to UI Elements Pin
Mycroft Holmes5-Feb-12 15:15
professionalMycroft Holmes5-Feb-12 15:15 

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.