MVVM Dynamic Menu UI from binding with ViewModel

前端 未结 5 1261
南方客
南方客 2020-11-29 00:53

I am working with a team on LoB application. We would like to have a dynamic Menu control, which creates the menu based on the logged in user profile. In previo

5条回答
  •  不知归路
    2020-11-29 01:35

    This should get you where you are going

    
    
        
        
        
    
    
    

    Note that in my example, my menu Item has a property of type ICommand called Command.

提交回复
热议问题