Esempio n. 1
0
 void FillPanel(ArrayList alsPictureBoxes)
 {
     flowPanel.SuspendLayout();
     flowPanel.Controls.Clear();
     flowPanel.Controls.AddRange((Control[])alsPictureBoxes.ToArray(typeof(Control)));
     flowPanel.ResumeLayout();
     flowPanel.RefreshScrollbar();
 }