From f8585f3262c6c8dd280e0c9e1a955cda831ded34 Mon Sep 17 00:00:00 2001 From: Martin Ivanov Date: Thu, 29 Feb 2024 08:40:50 +0200 Subject: [PATCH] Update nesteddocking.md --- controls/raddocking/features/nesteddocking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/raddocking/features/nesteddocking.md b/controls/raddocking/features/nesteddocking.md index d6867f9dc..0a7375980 100644 --- a/controls/raddocking/features/nesteddocking.md +++ b/controls/raddocking/features/nesteddocking.md @@ -81,7 +81,7 @@ The nested __RadDocking__ layouts can be easily saved and loaded using the built ## Not Supported Scenarios -With the initial release of the nested __RadDockings__ there are a few not supported scenarios: +The nested RadDockings have few unsupported scenarios: * Nested scenarios in the autohide areas – due to dragging issues when __RadDocking__ is placed in an unpinned __RadPane__. In order to avoid that you could either disable the dragging within the inner __RadDocking__ (you just need to set CanFloat=”False” to each __RadPane__) or the __RadPane__ which holds it should be always pinned.