Active window is changed when press END key.

Docking/MDI for WPF Forum

Posted 2 months ago by Yuki
Version: 24.1.3
Avatar

Hello,

When press END/HOME key, active window is sometimes changed.

I'd like not to change active window by END/HOME key.

Would you please tell me how to do it?

[Modified 2 months ago]

Comments (1)

Answer - Posted 2 months ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello,

We do not have any key processing code for Home/End, however after looking into it further, it appears that the base native TabControl does override OnKeyDown and handles those keys to change tab selection.  If a focused control within a tab doesn't mark those keys as "handled" then that default key processing may kick in.

For the next build, we will update our logic to block the base method call for those two keys unless an AdvancedTabItem has focus.


Actipro Software Support

The latest build of this product (v24.1.4) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.