HTMLViewer on a PagePanel

See <https://xojo.com/issue/28505> for a problem I just came across with putting an HTMLViewer directly onto a PagePanel. Doing so makes it interfere with drag/drop on another page of the PagePanel. Workaround: move the HTMLViewer off the PagePanel and into its own ContainerControl, then instance that CC onto the PagePanel instead.