WPF Showing / Hiding a control with triggers
问题 I'm new to WPF and I trying to create xaml logic to show / hide a control based on the value of the AllowMiscTitle on the ViewModel. The xaml consist of two fields a combobox of the standard tiles ("Mr", "Mrs", ..., "Other") when "Other" is selected I want the textbox to display. I've created the follow xaml: <DockPanel Validation.Error="Validation_Error" HorizontalAlignment="Stretch"> <ComboBox ItemsSource="{Binding Path=Titles, Mode=OneTime}" Text="{Binding Path=Title}"/> <TextBox x:Name=