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.
Set the panel’s Collapsible property to True and the Visible property to False.
Regards,
-Andrey
You must be logged in to reply to this topic.