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.
我正在 VS2010 中创建一个 Visual Basic 程序。我正在使用 DataGridView 来显示 .csv,但我不想显示左列,这很难看。
有什么形式可以隐藏吗?
尝试将RowHeadersVisibleDataGridView 的属性设置为 False。
RowHeadersVisible
是的,您可以这样做,将 DataGridView 的 RowHeadersVisible 属性设置为 False