Request: treeview in the designer instead of the pull down menu

sorex

Expert
Licensed User
Longtime User
Hello,

Not sure if it will be possible for a near update but what could be useful for those who mainly use the designer to add views is a (collapsable) treeview that actually shows which items belong to which parent.

It would be a lot easier to work with when you have a lot of views, the current dropdownlist is just an alphabetic sort of everything and not parent based.

it could be something like

B4X:
activity
  \panel1
    \btnStart
    \btnEnd
  \Panel2
    \boxUsername
    \lblUserbame
    \btnSubmit

and so on...
 
Top