Using MVVM bindings for anchorables and documents in v. 3.3 causes an issue that when moving an anchorable into the document pane the CanClose-property of the LayoutItem is always false and that panel cannot be closed. The issue can be easily reproduced with the attached sample, just move the panel to the middle of the docking manager and see that the Close-button does not appear.
This worked fine in 3.2.
Comments: ** Comment from web user: BoucherS **
This worked fine in 3.2.
Comments: ** Comment from web user: BoucherS **
Hi,
Starting at v3.3, a LayoutAnchorable has its CanClose property set to false by default. So docking it in a LayoutDocumentPane will not show the "X" because it can't be closed.
This will be fixed in v3.4.