gpt4 book ai didi

wpf - 在 Window 的标题栏中/上方添加 UserControl

转载 作者:行者123 更新时间:2023-12-03 22:49:29 27 4
gpt4 key购买 nike

在 WPF 中,我想在 Window 的标题栏中/上方添加一个 userControl,如下所示:

enter image description here

红色部分是UserControl,绿色部分是标题栏。

现在我希望得到你的一些建议。需要扩展 Window 类还是只自定义 Window 的样式?最好提供源代码。

最佳答案

您可以通过实现自己的标题栏来做到这一点。
为此,请将您的窗口样式设置为无:

WindowStyle="None"

这意味着该窗口将没有控制框(最小化、最大化和关闭按钮),您需要实现自己的控制框。

您可以查看以下链接以开始使用:

http://blog.magnusmontin.net/2013/03/16/how-to-create-a-custom-window-in-wpf/

http://www.codeproject.com/Articles/140267/Create-Custom-Windows-in-WPF-with-Ease

http://www.kirupa.com/blend_wpf/custom_wpf_windows.htm

How can I style the border and title bar of a window in WPF?

祝你好运

关于wpf - 在 Window 的标题栏中/上方添加 UserControl,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18940919/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com