Q5. How do I execute .SetLayoutAnimated as I would like to change height / width / top / left during runtime. Can you expose the base item for this to enable that?
Q1. Is it possible that each item whether a branch / leaf can have a badge on the right side?
Q2. On the branch / leaf, can one assign a B4XView eg. a panel with child items?
Q3. How can one realize an icon on a leaf?
Q4. If one wants to add leafs to a branch later. Can one load all the braches .i.e. even if they are child items.. for example,
Q5. How do I execute .SetLayoutAnimated as I would like to change height / width / top / left during runtime. Can you expose the base item for this to enable that?
The icons are to identify the branch (and therefore the type of leaves), inserting icons in the leaves could create confusion and not make branches from leaves distinguishable
Yes, it is possible. It is important that identifiers do not create infinite loops by recursively calling themselves
Currently getBase is not visible, it will be in the future and will allow resizing from code.
Download a Library from Here SD_TreeList Author: Star-Dust Version: 0.27 B4XTree Events: Click (IDLeaf As String, LeafName As String) ClickBranch (ID As String, Expanded As Boolean) LongRightClick (IDLeaf As String, LeafName As String) LongRightClickBranch (ID As String, BranchName As...