gpt4 book ai didi

c# - Xamarin.Forms.CarouselView 按钮的下一个和上一个项目事件

转载 作者:太空宇宙 更新时间:2023-11-03 12:34:03 27 4
gpt4 key购买 nike

Xamarin.Forms.CarouselView

大家好,我的目标是滚动到下一页或上一页 CarouselView 索引,使用箭头按钮向前和向后箭头。问题是我找到在线事件来推进CarouselView的索引。有可能做到吗?存在?谢谢

GitHub 开源项目 here

最佳答案

您必须绑定(bind)到 CarouselView 的 Position 属性。

特性可用here在 github 中。

    public int Position
{
get { return (int)GetValue(PositionProperty); }
set { SetValue(PositionProperty, value); }
}

您可以找到一个很好的示例来说明您要完成的工作 here .

关于c# - Xamarin.Forms.CarouselView 按钮的下一个和上一个项目事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41674305/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com