CheckBox tick mirrored when changing FlowDirection

前端 未结 3 1847
深忆病人
深忆病人 2021-01-18 05:15

O.S. : Microsoft Windows 8.1 Developing Application: Microsoft Visual Studio 2013 (WPF App development)

I have moved from Windows 7 to Windows 8.1 and now my old app

3条回答
  •  旧时难觅i
    2021-01-18 05:27

    When you want to use standard Checkbox Control, set FlowDirection of path to LeftToRight will work but if you create a custom template it doesn't work so Make a custom Style template for CheckBox like this and set FlowDirection of main Grid to LeftToRight" :

         
    
        
    

提交回复
热议问题