DocumentWindow.Activate() and TabOverflowBehavior

Docking/MDI for WPF Forum

Posted 13 years ago by Tom P.
Version: 11.1.0543
Avatar
I love the new TabbedMdiHost.TabOverflowBehavior property. However, when I call DocumentWindow.Activate() on a DocumentWindow which has been scrolled off, I expected it to be brought into view, but it was not.

Is this an oversight? Or is there some built in mechanism I need to use?

Thanks!

Comments (2)

Posted 13 years ago by Tom P.
Avatar
Correction. It appears that calling Activate() on a non-active Window that has been scrolled off works. What does not work is calling Activate() on the already Active() Window. It stays scrolled off.

I wonder, what should it do? And, is there a way to scroll it into view? Should I investigate the standard TabControl behaviors?
Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Tom,

You are correct. Activating a window would not scroll it's tab into view, if it was already selected. We've updated the code for the next maintenance release to ensure the selected tab is visible when it receives the keyboard focus, which occurs when the window is activated.


Actipro Software Support

The latest build of this product (v24.1.2) was released 2 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.