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.
在 C# 2.0 中,是否有人知道如何显示子节点的计数,就像 Outlook 对未读电子邮件所做的那样。此外,如果显示的计数可以与节点文本的颜色不同。
有没有人用“安全”代码实现了这一点?
为了显示具有多种颜色的字符串,您必须在树视图中进行自定义 GDI 绘图。这里有一章关于如何做 OwnerDrawn 控件:
http://books.google.com/books?id=zDi4LIDvd4wC&pg=PA396&lpg=PA396&dq=treeview+ownerdrawn&source=web&ots=hJIvexSusO&sig=XR8-ktfgllcjFmGs0FSfP0HYqIc&hl=en&sa=X&oi=book_result&resnum=5&ct=result#PPA398,M1
从树视图控件继承然后更改它以满足您的需要