WPF Toolbar Items HorizontalAligment=“Right”

后端 未结 8 1742
说谎
说谎 2020-12-10 12:41

Is it possible to make the elements within a WPF toolbar have a HorizontalAlignment of Right?



        
8条回答
  •  天命终不由人
    2020-12-10 13:12

    I'm not very satisfied with the "WidthConverter" solution because I got some dynamic elements at end. Further search led me to here, which seems to be working perfect for me. Here is my code sample in case you are interested:

    
        
            
                
            
            
            
                
                
            
        
    
    

提交回复
热议问题