Docking guides (outer ones) not able to use

Docking/MDI for WPF Forum

Posted 1 year ago by Daniel
Version: 22.1.4
Avatar

Hi,

I have programmatically done everything needed to add Documents to a layout, but I have not been able to see the Outer guides at all.

I tried specifiyng with the DockGuideKinds with the DockSite.WindowsDragOver event, but it just comes up invisible.

SupportedGuideKinds is telling me it's not available, but I'd like to know why or how I might support this maybe by changing my layout a bit?

Any help would be greatly appreciated.

Regards,

Daniel

[Modified 1 year ago]

Comments (2)

Answer - Posted 1 year ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Daniel,

Documents can only use inner guides since they are restricted to within tabbed MDI containers.  Whereas tool windows can use outer guides, as they can dock anywhere.  Our WindowsDragOver event's arguments tell you the default guides that are allowed and you can only restrict (not add to) them from there.  That's why things are behaving as you see.  If you wish to use outer guides then you'd need to use tool windows.


Actipro Software Support

Posted 1 year ago by Daniel
Avatar

That's unfortunate. I was ready to buy if that was adjustable.

Thanks

[Modified 1 year ago]

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

Add Comment

Please log in to a validated account to post comments.