Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slider behavior #149

Open
MkazemAkhgary opened this issue Dec 26, 2018 · 0 comments
Open

Slider behavior #149

MkazemAkhgary opened this issue Dec 26, 2018 · 0 comments

Comments

@MkazemAkhgary
Copy link

MkazemAkhgary commented Dec 26, 2018

How can i set EventTriggerBehavior for the slider Thumb.DragCompleted event?

<Slider x:Name="Player" Minimum="0" Maximum="{Binding SliderMaximum}" Value="{Binding SliderValue, Mode=TwoWay}" Margin="10">
    <i:Interaction.Behaviors>
        <ic:EventTriggerBehavior EventName="Thumb.DragCompleted" SourceObject="{Binding ElementName=Player}">
                  ...im already lost at this point...
        </ic:EventTriggerBehavior>
    </i:Interaction.Behaviors>
</Slider>

It says Failed to find the property ".Triggers"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant