A SplitContainer is just a control like any other, so you add it to a form like any other. Each "half" of the SplitContainer is like a Panel, so you add other controls to those two "halves" like you would to a Panel. You'll then generally set the Dock or Anchor properties of the child controls so that they resize correctly as the splitter is dragged by the user.