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.
我只需要单击该列表中的一个按钮来扩展扩展列表视图,我希望该列表得到扩展。谁能指导我如何做到这一点。我在扩展列表上尝试了 setenable,但它不起作用。提前致谢。
ExpandedListView expandedlist; expandedlist.setenable(true); expandedlist.setenable(false);
非常抱歉,我没有正确检查
嗨,请在下面这样尝试
ExpandableListView Exlist; Exlist.expandGroup(0); Exlist.expandGroup(1);