有人在 Vista/Win7 中创建了 WPF 工具栏控件吗?
我想向 WPF 应用程序添加一个工具栏,看起来像 Windows 7 资源管理器中的工具栏(见下图)。 因为我是 WPF 新手,所以我想知道是否有一个 WPF-Control(免费/开源)我可以使用,而不必创建一个新的。 我已经搜索过但找不到任何有用的东西。
I would like to add a toolbar, that looks like the one in the Windows 7 Explorer (see picture below), to a WPF-application. Because I'm new to WPF I wondered if there is a WPF-Control (free / open source) I can use instead of having to create a new one.
I already searched for it but could not find anything useful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您只需重新设置 WPF TabControl 的样式即可。 这并不难,只需使用漂亮的 LinearGradientBrush 设置背景就可以让您非常接近它。
这是一个(蹩脚的颜色)示例:
如果将其放入样式中就更好了。
You could just re-style the WPF TabControl to look like that. It's not very hard, just setting the Background with a nice LinearGradientBrush could get you very close to that.
Here's a (crappy colors) example:
Even better if you put it in a style.
看起来图像不起作用,这里是链接
http://www. pic-upload.de/23.04.09/juv56l.png
looks like the image didn't work, here's the link
http://www.pic-upload.de/23.04.09/juv56l.png