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.
据我所知,没有办法将 ListBox 控件中的特定项目变灰/禁用?
我想列出需要回答的调查,但灰色/禁用用户已经回答的调查。
有人对我应该如何做有一些建议吗?或者有什么办法可以用 ListBox 做到这一点?
您将需要进行自定义绘图来处理此问题。抬头OwnerDraw
OwnerDraw
典型(和更简单)的模式就是不将这些项目包含在 ListBox 中。
另一种方法是ListView在详细信息视图模式下使用。然后您可以修改每个项目的前/后颜色、字体等。
ListView