Sam Oyl
Sam Oyl

Reputation: 381

Make Panel Resizable For User

I have a [PANEL(1)] > [Dock=Fill], and another [PANEL(2)] inside set to the same height.

How do I make [PANEL(2)] resizable to the user, as they can resize only the width from both sides?

a busy cat

This is how the panel will look like when the user resize it to a (random area).

a busy cat

Upvotes: 5

Views: 9898

Answers (1)

Niels Keurentjes
Niels Keurentjes

Reputation: 41968

Put a SplitContainer at the root, inside that another, and you'll have 3 panels to actually put your resizable controls in, with draggable splitters in between.

Upvotes: 8

Related Questions