Noby
Noby

Reputation: 6602

How to make custom view scrollable along with Expandable List view ...?

I have a one custome view and on expandable list view.

list is scrolling fine but when i tried to place both in a scroll view its not working.

I decided to place the custom view in one of the element in the expandable list view.

But, each element in the list has two items Group and Childs.

How to replace both of them with my view at first position...?

image

Thanks in advance...!

Upvotes: 1

Views: 587

Answers (1)

Noby
Noby

Reputation: 6602

Finally i got a solution for this.

Load your custom view into the ExpandableListView as Group with 0 children.

Then make group indicator invisible.. that's it. :)

Upvotes: 2

Related Questions