Reputation: 11
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
Reputation: 941873
3 parts require only 2 splitters. Drop a SplitContainer on a SplitContainer panel.
Upvotes: 4
Reputation: 13150
I think the best way is to use Split Container Control or Table layout Panel
Upvotes: 0