How do I add a title to my menu group

后端 未结 6 1715
名媛妹妹
名媛妹妹 2021-02-02 08:25

I want to differentiate the groups by giving them a title or divider, but I can\'t find a title option for the group element.

Is there a way to add a title or divider?

6条回答
  •  不知归路
    2021-02-02 08:59

    As we all know, an item-node can has title, and an item-node can be the child of menu-node, further more a menu-node can be a child of item-node, and a group-node can be a child of a menu-node.

    so all we need to do is keep the group inside the hierarchy of rootMenu-itemWithTitle-menu.

    like this, is is used as a NavigationView menus:

    
    `
    
        
            
                
                    
                    
                    
                    
                
            
        
    
        
            
                
                
            
        
    
    
    

提交回复
热议问题