Hello Jeff,
Thanks for the example project.
This resize bar is displayed to separate the docking panels and the area where you can add a documents in their view.
To set the NDockManager to disable the ability to show documents you need to do the following:
_nDockManager.DocumentStyle.DocumentViewEnabled = false;
Best Regards,
Nevron Support Team