Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个想要继承的列表视图我在相同的列表视图中使用了大部分代码,但我想制作一个通用列表视图,以便我可以根据需要为每个列表自定义它。
我正在使用 WPF 和 C#。
最好的方法是什么?
谢谢你
你的意思是这样的:
class MyListView<T> : ListView