Eyefinder
Configuring the control at design time is as simple as using it at runtime. When you drop the control on your form from the toolbox all it takes is a couple of clicks and you're already adding child controls and configuring the appearance of navigation panes. Although navigation panes support two image properties, LargeImage and SmallImage, only LargeImage is required for image support. If there is no SmallImage present the large image is scaled automatically.
Once the control has navigation panes, it acts almost like the familiar Windows Forms TabControl - a different container control is displayed depending on which tab (or navigation pane) is selected. That container control can be used just like any other.