I'm trying to update the visibility of the stackpanel based on the values in varA and varB. Currenty I'm setting it based on the activeA variable.
<StackPanel
Visibility="{Binding varA, Converter={StaticResource VisibleWhenTrueConverter}}">
I'm trying to update the visibility of the stackpanel based on the values in varA and varB. Currenty I'm setting it based on the activeA variable.
<StackPanel
Visibility="{Binding varA, Converter={StaticResource VisibleWhenTrueConverter}}">