Creating a sidebar - flyout like Windows desktop app in WPF

后端 未结 2 1498
孤城傲影
孤城傲影 2021-02-09 14:01

what i am trying to do is create a Desktop application in WPF whose UI is such that a small icon will remain fixed in the center of the left edge of screen and on click(or maybe

2条回答
  •  长发绾君心
    2021-02-09 14:49

    Based on this answer and more answers on this site I made a side bar, I liked the result so i made a repo.

    https://github.com/beto-rodriguez/MaterialMenu

    you can install it from nuget too.

    here is an example

    
            
                
                    
                        
                            
                                Welcome
                            
                        
                        
                        
                        
                    
                
            
        
    

提交回复
热议问题