Is choiceMode compatible with ExpandableListView?
Posted
by kostmo
on Stack Overflow
See other posts from Stack Overflow
or by kostmo
Published on 2010-05-12T01:39:42Z
Indexed on
2010/05/12
1:44 UTC
Read the original article
Hit count: 446
android
Is it possible to make a multiple choice list with android:choiceMode="multipleChoice" or setChoiceMode(ListView.CHOICE_MODE_MULTIPLE) on an ExpandableListView? I am able to do this with CheckBoxes on a plain ListView, but it doesn't seem to be working with ExpandableListView. In the latter, clicking the list item (either parent or child) does not affect the checkbox as it does in the former.
I have noticed that it is possible to click exactly on the checkbox to make it toggle, but this is a very small target.
© Stack Overflow or respective owner