Skip a DockingWindow when DockSite.ActivateNextDocument

Docking/MDI for WPF Forum

Posted 4 years ago by rex hui
Version: 19.1.0685
Avatar

Under certain condition, we want a DockingWindow to be excluded from the DockSite.ActivateNextDocument and DockSite.ActivatePreviousDocument action.

Is there a way to achieve that?

Thanks

Comments (2)

Posted 4 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Rex,

No, but you could probably write your own command that does similar logic and skip the docking windows you want to skip.  They just look at the DockSite.Documents collection to see the index of PrimaryDocument and increment that.


Actipro Software Support

Posted 4 years ago by rex hui
Avatar

Turns out to be quite simple. Thanks.

[Modified 4 years ago]

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

Add Comment

Please log in to a validated account to post comments.