Use FlipItems property
18 Feb 20251 minute to read
Returns the collection of children from DockingManager, without duplication of elements.
List<FrameworkElement> list = DockingManager.FlipItems;
18 Feb 20251 minute to read
Returns the collection of children from DockingManager, without duplication of elements.
List<FrameworkElement> list = DockingManager.FlipItems;