嗨,我正在处理可扩展列表视图中的复选框,但我遇到了很多问题。
组中的条件复选框
1. if user "checks" **Group checkbox** all the **Child** must get check.
2. if user "Unchecks" the **Group checkbox** all the **Child** must get Uncheck.
3. if user "checks" **Group checkbox** so all the **Child** wil get checked & if user uncheck any 1 checkbox in the childrow(Out of 10 or more childrow) so group must get uncheck automaticlly.
子复选框中的条件
1. multiple selection
问题:
1. mainly in in child, if check the childcheck box & scroll many checkbox which i selected is getting automatically unchecked when SCROLLING.
2. In **Group checkbox** Conditions 3rd point. i dont know how to do it.
怎么做..如果有人研究这个概念,请发布你的代码。
如果你想要我的代码在这里如何做可扩展列表视图中的复选框(在组视图和子视图中)
谢谢请帮帮我。