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.
如何提供TableLayoutPanel在单元格之间拖放控件并交换这些控件的功能?
TableLayoutPanel
如果 TLP 在行和列中是固定大小而不是自动调整大小(因为空行或列可能会消失),这将是可行的。并且它可能有助于将每个单元格填充Panel为控件的父级,因此您只需交换面板的内容。管理 TLP 单元本身中的控件要复杂一些。想一想,当以这种受限制的方式使用 TLP 时,您不妨自己绘制一个 Panel 控件网格。
Panel