Can we create Menus and sub menus in appain???

A Score Level 1

Actually i know that we cant...

But i need alternate ways to fulfill that requirement..

suggest me if anybody have any alternate ways to solve that....

  Discussion posts and replies are publicly visible

Parents
  • Hi Anil,


    For this use-case, I would suggest you to use expandable menu style in which you click on an item and populate its child items just below it. That way, every item in the menu becomes expandable and displays it's children items just below it. You can achieve it using RichTextDisplayField(s) or CardLayout. Expanded or Collapsed state of every item can be denoted using chevron arrows and this approach will allow you to use any level of nesting.

    Thanks

Reply
  • Hi Anil,


    For this use-case, I would suggest you to use expandable menu style in which you click on an item and populate its child items just below it. That way, every item in the menu becomes expandable and displays it's children items just below it. You can achieve it using RichTextDisplayField(s) or CardLayout. Expanded or Collapsed state of every item can be denoted using chevron arrows and this approach will allow you to use any level of nesting.

    Thanks

Children