WPF GroupBox标题对齐问题
我如何将 groupBox 标题对齐到中心而不是默认的左侧位置。
我在很多帖子中读到可以使用模板,但我不知道这样的事情。所以请让我知道如何让标题位于中心。
谢谢 !!
How can i align the groupBox header to the center rather than the default left positioning.
I read in many post that one can use template but i have no idea about such thing. So please let me know how can i get the header at center.
Thanks !!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您必须修改模板。
对于居中对齐,请参阅 Thomas Levesque 的此答案
对于右对齐,请参阅 Mihir Gokani
上传 的此答案此处包含居中对齐和右对齐的示例项目:http://www.mediafire.com/?hd2vbwr97ep7yis
使用与 Thomas 相同的方法居中对齐
像这样使用
CenteredHeaderGroupBoxStyle
CenterBorderGapMaskConverter
Yes, you'll have to modify the Template.
For Center-Alignment see this answer by Thomas Levesque
For Right-Alignment see this answer by Mihir Gokani
Uploaded a sample project containing both Center-Alignment and Right-Alignment here: http://www.mediafire.com/?hd2vbwr97ep7yis
Center-Alignment using the same approach as Thomas
Usable like this
CenteredHeaderGroupBoxStyle
CenterBorderGapMaskConverter