Add items under list

Hi,
I found the list is scrolling to next page whenever we select an item. Is it possible to show the subitems below the selected item?. Like the image shown in here docs.dhtmlx.com/touch/doku.php?id=grouplist
For example, if I select ‘Favorite’ it should list the items below ‘Favorite’ and if I select ‘Business and Economics’ it should show the subitems below ‘Business and Economics’ and close the subitems under ‘Favorite’.

Hi,

Like the image shown in here docs.dhtmlx.com/touch/doku.php?id=grouplist

Here is “grouplist” view described in this docs. Try to use it.

And if you want to disable animation, call the following:

$$(“mylist”).define(“animate”,false);