2010年8月29日
摘要: [代码]2 {3 //添加条件4 Control sf = new SearchFilter();5 this.flowLayoutPanel1.Controls.Add(sf);6 flowLayoutPanel1.VerticalScroll.Enabled = true;//滚动条设置7 flowLayoutPanel1.AutoScroll = true;//滚动条设置8 }以上是写在Fo... 阅读全文
posted @ 2010-08-29 00:20 Tecson 阅读(2157) 评论(0) 推荐(0)