General WinForms Discussion

Programaticaly collapse a panel on SplitContainer

  •  CinmarFred said 1 year ago:

    How do I collapse a panel on a splitContainer through code or how do I have a panel defaulted to collapsed when I show a winform.

  •  C1_AndreyD23p said 1 year ago:

    Set the panel’s Collapsible property to True and the Visible property to False.

    Regards,

    -Andrey

    Answer
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.