Android 版 Mono - ExapandableListView

发布于 2024-12-10 18:06:32 字数 192 浏览 0 评论 0原文

Android 版 Mono 支持 ExpandableListView 吗? 如果是这样,是否有一个示例,其中所选项目可用作 CLR 类型?

澄清:

我已经考虑过实现这一点,但由于 Java.Lang.Object 是方法签名的返回类型,我们在扩展 BaseExpandableListAdapter 时遇到了问题。

Does Mono for Android support ExpandableListView?
If so, is there an example of this where the selected item is available as a CLR type?

Clarification:

I have looked into implementing this, yet we have faced issues in extending the BaseExpandableListAdapter due to the Java.Lang.Object being the return type of the method signatures.

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

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

发布评论

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

评论(1

傲世九天 2024-12-17 18:06:32

该视图公开为 Android.Widget.ExpandableListView

您可以使用 SelectedIdSelectedPosition 属性 (IExpandableListAdapter) 来获取所选的底层项目。

The view is exposed as Android.Widget.ExpandableListView

You can use the SelectedId and SelectedPosition properties on the list's adapter (IExpandableListAdapter) to get at the underlying item that is selected.

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