Skip to content

Transitionz affects IsEnabled binding #9

@wjax

Description

@wjax

When using "Transitionz" to animate visibility we lose the IsEnabled property

tz:Transitionz.Opacity="{tz:OpacityParams From=0, To=1, Duration=200, TransitionOn=Visibility}"
tz:Transitionz.Translate="{tz:TranslateParams From='10,0', To='0,0', Duration=200, TransitionOn=Visibility}"
tz:Transitionz.Visibility="{Binding ElementName=L_Peers, Path=SelectedItems.Count, Converter={conv:NumElements2Visibility}}"

If we use on the same control:
IsEnabled="{Binding IsRecording, Converter={conv:InvertBoolean}}"

Nothing happens. IsEnabled is not being respected. However if I remove the "tz:" clauses, everything works

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions