本文介绍了菜单,工具栏,StackPanel等中的垂直分隔符控件-可以吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想以垂直方式使用Separator控件(比如说在水平StackPanel中使用).
I want to use the Separator control in a vertical way (Lets say in a horizontal StackPanel).
四处寻找,我发现了这种方法,但是它没有使用Separator控件,而是使用了边框和矩形. https://社交. msdn.microsoft.com/forums/zh-CN/wpf/thread/eab865be-ad9b-45ed-b9d8-fc93f737b163
Searching around I found this method but it doesn't use the Separator control rather it uses borders and rectangles.https://social.msdn.microsoft.com/forums/en-US/wpf/thread/eab865be-ad9b-45ed-b9d8-fc93f737b163
是否可以垂直使用Separator控件?
Is it possible to use the Separator control in a vertical way?
推荐答案
也:
<Separator Style="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}" />
这篇关于菜单,工具栏,StackPanel等中的垂直分隔符控件-可以吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!