hacer todos los controles en un área no visible VB
Me.SuspendLayout()
For Each Control As Control In TempControls
Control.Visible = False
Next
Me.ResumeLayout()
TempControls = New List(Of Control)
Salty Joe