There are two bugs in CDockablePane. CDockablePane::OnNcPaint() erases the scroll bar. CDockablePane::OnNcLButtonDown does not call CPane::OnNcLButtonDown if not docked.

Add two overrides to your...