tags:

views:

214

answers:

1

There are no controls in Android that provide Tree-like View. There is an ExpandableList View which I suspect could be used to creating one.

Have you tried imlpementing such a control? How would one implement such a control in Android?

A: 

take a look at ExpandableListView. Besides, see following thread:

http://www.mail-archive.com/[email protected]/msg03587.html

blacharnia
thanks for the link; I have read that one though :)
Samuh