Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/vb.net/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vb.net 如何安排按钮的位置,使其具有响应性_Vb.net_Forms_Vb.net 2010 - Fatal编程技术网

Vb.net 如何安排按钮的位置,使其具有响应性

Vb.net 如何安排按钮的位置,使其具有响应性,vb.net,forms,vb.net-2010,Vb.net,Forms,Vb.net 2010,我有10个平行于右边排列的按钮。当我在windows窗体中更改大小时,缩放按钮会被现有最左侧按钮正下方的窗体截断。如何创建它? 我一直在设置锚定和停靠,但没有找到我想要的将按钮放在FlowLayoutPanel或TableLayoutPanel中是最好的选择。您可以查看FlowLayoutPanel控件。好的,谢谢您的帮助:D

我有10个平行于右边排列的按钮。当我在windows窗体中更改大小时,缩放按钮会被现有最左侧按钮正下方的窗体截断。如何创建它?
我一直在设置锚定和停靠,但没有找到我想要的

将按钮放在
FlowLayoutPanel
TableLayoutPanel
中是最好的选择。

您可以查看
FlowLayoutPanel
控件。好的,谢谢您的帮助:D