I'm binding TextBlock.Visiblitiy
to something, and I want to set the Binding.TargetNullValue
to Collapsed
, how can I do it in XAML?
This one How do I set TargetNullValue to a date? does not work in Silverlight. (No x:Static
).
This is working for me in SL4:
<TextBlock Text="Text" Visibility="{Binding Foo, TargetNullValue=Collapsed}"/>
Where Foo:
public Visibility? Foo { get; set; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With