简体   繁体   English

如何使用c#wpf Visual Studio 2013从listview覆盖样式?

[英]How do I Override styling from listview using c# wpf Visual studio 2013?

I'm making one of my first programs using wpf/c#/Visual Studio, and I'd like to remove/Override the style from this listview. 我正在使用wpf / c#/ Visual Studio制作第一个程序,我想从此列表视图中删除/重写样式。 So, the blue highlight, and also the effect on the headers. 因此,蓝色高亮显示以及标题上的效果。

在此处输入图片说明

Without knowing what you have tried I can only provide a few links (which you should have been able to find by yourself). 不知道您尝试了什么,我只能提供一些链接(您应该可以自己找到这些链接)。

In the designer you can right click on the controller then choose "Edit Template" -> "Edit Copy". 在设计器中,您可以右键单击控制器,然后选择“编辑模板”->“编辑副本”。 This will create a copied template from the orignal then you can just edit it as you want and use the new style. 这将从原始文件创建一个复制的模板,然后您可以根据需要对其进行编辑并使用新样式。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用C#和Visual Studio 2013从Treeview控件中一次选择多个节点 - How Do I Select Multiple Nodes At A Time From Treeview Control Using C# And Visual Studio 2013 使用Visual Studio 2013 uml在C#中覆盖虚拟属性 - Override virtual property in C# using Visual Studio 2013 uml 如何从发送到我的电子邮件的文本框中获取信息? (C#,Visual studio 2013) - How do I get information from a text box sent to my email? (C#, Visual studio 2013) 如何使用Visual Studio和C#Win Forms使Column AutoSize功能与ListView一起使用 - How do i get Column AutoSize functionality to work with ListView, using Visual Studio and C# Win Forms 如何在C#中从Internet为Visual Studio 2013添加参考 - How to add reference from Internet for visual studio 2013 in C# 如何使用C#和XAML使标题栏看起来像在Visual Studio 2013中显示的一样 - How can I make the titlebar look like what shows in Visual Studio 2013 Using C# & XAML 如何使用C#中另一个命名空间的对象/类(Visual Studio 2013) - How can I use objects/classes from another namespace in C# (visual studio 2013) 如何从Visual Studio 2013中的C#解决方案生成序列图? - How can I generate Sequence Diagram from a C# solution in Visual Studio 2013? 如何从Visual Studio 2013 C#项目的安装程序中获取变量? - How can I obtain a variable from the installer of a visual studio 2013 c# project? 从C#Visual Studio 2013 WPF从Bitmapsource.create创建位图的错误 - error of creating bitmap from Bitmapsource.create from C# Visual Studio 2013 WPF
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM