A
a__pierre
Guest
Hello,
<DataTrigger Binding="{Binding Path=Visibility, Source={StaticResource ResourceKey=AllemandVisible}}" Value="true">
<Setter TargetName="TextBlockD" Property="Visibility" Value="{Binding Path=(local:ArtView.isAllemand), Converter={StaticResource ResourceKey=BooleanToVisibilityConverter}, ConverterParameter=Al}"/>
</DataTrigger>
</DataTemplate.Triggers
StaticResource ResourceKey=AllemandVisible is a depedency property but the value is always the original value.
Is it possible to get the actual value after it has changed ?
Thank you
Pierre MSN
Continue reading...
<DataTrigger Binding="{Binding Path=Visibility, Source={StaticResource ResourceKey=AllemandVisible}}" Value="true">
<Setter TargetName="TextBlockD" Property="Visibility" Value="{Binding Path=(local:ArtView.isAllemand), Converter={StaticResource ResourceKey=BooleanToVisibilityConverter}, ConverterParameter=Al}"/>
</DataTrigger>
</DataTemplate.Triggers
StaticResource ResourceKey=AllemandVisible is a depedency property but the value is always the original value.
Is it possible to get the actual value after it has changed ?
Thank you
Pierre MSN
Continue reading...