如何拖放交换表格布局面板中的图片框

发布于 2024-12-02 18:40:27 字数 63 浏览 2 评论 0原文

如何提供 TableLayoutPanel 功能以在单元格之间拖放控件并交换这些控件?

How to give TableLayoutPanel functionality to drag drop controls between cells and swap those controls?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愿得七秒忆 2024-12-09 18:40:28

如果 TLP 的行和列大小固定并且不自动调整大小(因为空行或空列可能会消失),则这是可行的。使用 Panel 作为控件的父级填充每个单元格可能会有所帮助,因此您只需交换面板的内容。管理 TLP 单元本身的控制有点复杂。想一想,当以这种受限制的方式使用 TLP 时,您不妨自己绘制一个面板控件网格。

It would be feasible if the TLP is fixed size in rows and columns and not autosizing (because an empty row or column may disappear). And it may help to fill each cell with a Panel as parent of your controls, so you only have to swap the content of panels. Managing controls in the TLP cells themselves is a bit more complex. Come to think of it, when using a TLP in such a restricted way you might as well draw a grid of Panel controls yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文