Skip to main content

All Questions

Tagged with
0 votes
1 answer
451 views

WPF - Can one Bind a Label's property (Visibility) to the Label's Target?

So I have a number of XAML pages with various Controls, most of them with a TextBlock indicating the intended content. Like: <TextBlock x:Name="txbCustomerName" Text="Customer Name"/&...
Jean-David Lanz's user avatar
1 vote
1 answer
4k views

C# WPF Label Visibility Exception

I'm trying to show a label based on the selected value of a combo box. I'm using VS2010. Here's the code: private void pointsSettings_SelectionChanged(object sender, SelectionChangedEventArgs e) ...
Luke Ashford's user avatar