leaksmei
leaksmei

Reputation: 11

How to create 3 spliters in windows Form

Now I am develop one project with windows form (C#). and I want to separate my form into 3 parts. So, can anyone tell me how to create 3 spliters in window form (C#)?

Upvotes: 1

Views: 6645

Answers (2)

Hans Passant
Hans Passant

Reputation: 941873

3 parts require only 2 splitters. Drop a SplitContainer on a SplitContainer panel.

enter image description here

Upvotes: 4

Asif Mushtaq
Asif Mushtaq

Reputation: 13150

I think the best way is to use Split Container Control or Table layout Panel

Upvotes: 0

Related Questions