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]
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]
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.
Please log in to a validated account to post comments.