I have an application that allows the user to select Split Window from a dropdown menu, displaying the current document in two adjacent client areas using a CSplitterWnd CreateStatic call.
I've found much documentation on creating a shared scroll bar, but what I want is two, independently scrolling bars.
How do I proceed?
Any help would be greatly appreciated, Thanks.