The display attribute sets how an element should be displayed, and the visibility attribute specifies whether an element should be visible or hidden. Hidden elements-display:none or visibility:hid
Tag: Visibility
Silverlight – How to set targetnullValue to Visibility.collapsed in Binding
I bind TextBlock.Visiblity to something and I want to set Binding.TargetNullValue to Collapsed, how can I do this in XAML?
This How do I set TargetNullValue to a date? does not work in Silver