How do I customize the WPF StatusBar layout?

前端 未结 3 1426
暖寄归人
暖寄归人 2020-12-24 02:14

Adding more than one child to a WPF StatusBar results in poor layout with little option to customize. For example, this code:



        
3条回答
  •  轮回少年
    2020-12-24 02:26

    Actually, following Kent's reply I tried this and it works fine:

    
        
            Go!
        
        
            Set
        
        
            
        
        
        
            Ready
        
    
    

提交回复
热议问题