Customizing a WinExplorerBar Group as a ControlContainer

If you need more than simple "items" in an WinExplorerBar control, you can easily set the Style of a specific Group to ControlContainer.  By setting this property, you are essentially replacing the detault Items control with a Panel that can host any control.

Anonymous