
Hello,
Many applications dealing with tabs provide a nice way to switch between the next or previous tab using Ctrl+PageUp
and Ctrl+PageDown
.
As per documentation WPF Docking library provides the possibility to switch document tabs using Ctrl+Tab
, but instead of next open tab in the control it uses history records of the previously active tabs.
Would be nice if there was an additional way to activate the document tab next in the list using Ctrl+PageUp
and previous tab in the list using Ctrl+PageDown
.
Thanks!
[Modified 3 years ago]