首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

FlowLayoutPanel 会控制动态生成控件之间的间距吗

2013-01-11 
FlowLayoutPanel 能控制动态生成控件之间的间距吗FlowLayoutPanel 能控制动态生成控件之间的间距吗[解决办

FlowLayoutPanel 能控制动态生成控件之间的间距吗
FlowLayoutPanel 能控制动态生成控件之间的间距吗
[解决办法]
本帖最后由 caozhy 于 2012-12-31 10:38:46 编辑 foreach (Control c in FlowLayoutPanel1.Controls)
    c.Margin = new Padding(xxx);

[解决办法]
Margin属性,再加上Padding属性也比较好的处理了~~

热点排行