我们如何在pivot中使用pageindiactor

发布于 2024-12-13 08:40:08 字数 111 浏览 0 评论 0原文

我想在pivot中使用页面指示器控件,向用户显示他们吸引的页面。但我也想在页面指示器中添加一些功能,以借助像android这样的页面指示器来选择页面。但我不知道如何这是可能的。如果你知道,请给我发送链接或示例

i want to use page indicator control in pivot ,to show the user which page they attract.but i also want to add some functionality in page indicator to select the page with the help of page indicator like android .but i don't know how it is possible.if u know then send me a link or example

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

靑春怀旧 2024-12-20 08:40:08

您可以自己创建 ui 并使用 selectedIndex 属性更新当前页面指示器。还有其他开发人员创建的控件,例如此处,你可以使用。但为了完全控制功能,我建议您创建自己的或使用其他开发人员提供的源代码(请参阅上面的链接)来获取想法。

为了使实施更加清晰:
您可以添加包含等于枢轴数的点列表的相同 UIElement,并使用 SelectedIndex 属性填充相应的点。向此元素添加手势事件并处理它以适当地更改 SelectedIndex

You could create the ui yourself and update the current page indicator by using the selectedIndex property. There are controls created by other developers, like here, which you could use. But for complete control over the functionality, I'd suggest you create your own or use the source code provided by other developers (see above link) to get ideas.

To make the implementation clearer:
You can add the same UIElement containing a list of dots equal to the number of pivots, and using the SelectedIndex property you can fill the corresponding dot. Add gesture events to this element and handle it to change the SelectedIndex appropriately.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文