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 对象的左边框消失。有什么建议么?
如果是 WinForms,则调用该属性RowHeadersVisible。将其设置为 false,您将看不到左侧边框。
RowHeadersVisible
如果您正在谈论行标题,请在属性窗格中设置RowHeadersVisible为False.
False