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.
我有一个 datagridview,其中显示了一个布尔值的复选框。它看起来像一个普通的复选框。
但我们想要的是删除实际的框,以便只显示复选标记。这可能吗?如果是这样,有没有人偶然知道怎么做?
如果有帮助,我正在使用 C#,这是在 WindowsForms 上。
这是一篇关于消除复选框边框的帖子
如何删除复选框边框?
简而言之,如果没有大量的工作,它实际上是不可能的。我会选择使用自定义图像的 Ryan Amies 解决方案
编辑:错误的链接。