Closed jonasdoerr closed 2 months ago
Hi,
Yes this is to fix another issue when the Content of LayoutDocuments/LayoutAnchorables are empty at start and fills up when a selection is made. You can still access your ViewModel from the returned LayoutAnchorable's Content property.
Thank you,
Thank you!
Hi all.
I have updated
Extended.Wpf.Toolkit
from 4.4.0 to 4.6.1. Before the update, theDockingManager.ActiveContent
property returned one of my view models that I had assigned toDockingManager.AnchorablesSource
, depending on which is active. After the update, theActiveContent
property returns theLayoutAnchorable
instead that contains my view model in itsContent
property.Is this change intentional?
Thanks, Jonas