WPF Toolbar Items HorizontalAligment=“Right”

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

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



        
8条回答
  •  -上瘾入骨i
    2020-12-10 12:54

    Have you tried using a DockPanel that fills the toolbar, then you can dock the ComboBox to the right.

    Remember that with a dockpanel the sequence you put the items in is very important.

    HTH

提交回复
热议问题