WPF loading spinner

后端 未结 14 833
我寻月下人不归
我寻月下人不归 2020-12-02 05:30

The goal is to display the information that the application is working. So I\'m looking for an intelligent implementation sample of a loading spinner using WPF / MVVM.

14条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 06:14

    Here's an example of an all-xaml solution. It binds to an "IsWorking" boolean in the viewmodel to show the control and start the animation.

    
    
        
            
        
    
        
            
            
                
                    
                        
                        
                    
                
                
                    
                
                
                    
                
            
        
      
    

提交回复
热议问题