B4J Question make a left menu with sub_menu

Gianni M

Well-Known Member
Licensed User
Longtime User
What's your advice for creating a left sidebar menu (with submenus) like the one in the image? The example is from the Thunderbird desktop application.
 

Attachments

  • b4j_menu.PNG
    b4j_menu.PNG
    17.9 KB · Views: 24

TILogistic

Expert
Licensed User
Longtime User
 
Upvote 0

Mark Stuart

Active Member
Licensed User
Longtime User
I use the treeview and treeviewhelper, I think it is called, in my app. Search for SnippetsForB4X on the forum here. You'll see some screen shots of it in use.
It works great. With the treeviewhelper, you can search the tree view.
 
Upvote 0

AnandGupta

Expert
Licensed User
Longtime User
I use the treeview and treeviewhelper, I think it is called, in my app. Search for SnippetsForB4X on the forum here. You'll see some screen shots of it in use.
It works great. With the treeviewhelper, you can search the tree view.
Below is the direct link, I think, of the same.
(2) [tool] [B4X] Snippets For B4X - a B4J app | B4X Programming Forum
 
Upvote 0
Top