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.
我想删除 2 个单元格之间的边框,同样,如果它们位于 TableLayoutPanel 的中间,则在它们周围有一个边框。假设一个 5x5 的网格,它是单元格 (2,3) 和 (2,4) 这将如何完成?
更改面板内控件的ColumnSpan。