문제

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