I wanna make the left hand border of the datagridview object disappear. Any suggestions?

有帮助吗?

解决方案

In case it is WinForms the property is called RowHeadersVisible. Set that to false and you won't see the left hand side border.

其他提示

If you 're talking about the row headers, in the properties pane set RowHeadersVisible to False.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top