如何解决如何在 Xamarin 中的 Children ImageButton 中触发方法?
我已经创建了 ImageButton,StackLayout 的子项,我想通过单击它来激活删除方法。我不能使用“点击”,所以我不知道该怎么做。
Content = new StackLayout
{
Children =
{
new ImageButton {Source = "/drawable/delete",HorizontalOptions = Layoutoptions.End,HeightRequest = 60,BackgroundColor = Color.Red,Padding = new Thickness(20,-5),CornerRadius = 45}
}
}
解决方法
您可以使用 TapGestureRecognizer
strlen
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。