Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有项目的 ExpandableListview。我想自动展开组,所以我不必单击它。谁能帮我做到这一点?谢谢。
为此使用expandGroup (int)
yourListView.expandGroup(groupPosition);