Embedded Controls
If you’ve installed Microsoft Office, then you are familiar with its use of embedded controls within the navigation pane (the use of a TreeView control to navigate the contents of a PST file). The DevExpress Navigation Pane allows you to emulate this look and feel with ease. Here’s how... Setting a group's GroupStyle property to ControlContainer automatically creates a container control within the group's client area. Once set, you can populate the NavBar Group with any WinForms control by simply dragging it onto the group and managing its layout just as you would on a form. 
Learn more – See the tutorial video on Embedded Controls within the DevExpress NavBar.
|