Posted 18 years ago
by Anthony Martin
I've set my dockmanager's DocumentMdiStyle to Standard and I have loads of documents that are open. Some of them run off screen and I need to scroll to get to them. I've set up a Windows menu to list all the windows. When I select the menu item, besides activating the window, I'd like to be able to have the DocumentContainer to scroll to it automatically.
I found that the dockmanager has a property TabbedMdiRootContainer and it has a function ScrollControlIntoView. However, my TabbedMdiRootContainer is always null. I've tried to manually set it but it's get only.
Is there another way to perform this function? Am I looking at the wrong property?
I found that the dockmanager has a property TabbedMdiRootContainer and it has a function ScrollControlIntoView. However, my TabbedMdiRootContainer is always null. I've tried to manually set it but it's get only.
Is there another way to perform this function? Am I looking at the wrong property?