faire toutes les commandes dans une zone non visible VB

 Me.SuspendLayout()

        For Each Control As Control In TempControls

            Control.Visible = False

        Next

        Me.ResumeLayout()
        TempControls = New List(Of Control)
Salty Joe