We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @davidbritch I have a Switch inside a ListView.
I would like to use EventHandlerBehavior with Toggled event, but I think I miss something:
<Switch Grid.Row="2" Grid.Column="1" WidthRequest="100" HorizontalOptions="End" VerticalOptions="End" OnColor="{StaticResource Prada.ButtonForeground}" IsToggled="{Binding IsOk, Mode=TwoWay}" > <Switch.Behaviors> <behaviors:EventHandlerBehavior EventName="Toggled"> <behaviors:InvokeCommandAction Command="{Binding ToggledCommand}"/> </behaviors:EventHandlerBehavior> </Switch.Behaviors> </Switch>
can you help me? Thanks
The text was updated successfully, but these errors were encountered:
duplicate in #27
Sorry, something went wrong.
No branches or pull requests
Hi @davidbritch
I have a Switch inside a ListView.
I would like to use EventHandlerBehavior with Toggled event, but I think I miss something:
can you help me?
Thanks
The text was updated successfully, but these errors were encountered: