On Nov 13, 2012, at 6:47 AM, javitxin <[email protected]> wrote: > I wonder if there is any treeview or treeListView or something that could > improve our android apps...
Generally, you should follow platform conventions, and Android doesn't have a tree view (at least not that I've seen). You should use a ListView, possibly an ExpandableListView. - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
