I want to create a single form which can do many things, each "thing" will have a separate series of buttons and textbox's

how can I arrange this? i winforms I would use a panel and dock it.

In wpf i thought of tabcontrol but it's too much like a winforms control..

ideas please