I have a collection of tabbed documents. When I dynamically add a LayoutDocument child to the LayoutDocumentPane, I would like the new document to be the active/selected tab.
In 3.x, setting IsSelected to true resulted in the new LayoutDocument being selected and receiving focus.
In 4.x (I tried 4.10 and 4.20) the same behavior requires setting IsActive to true also? Is this as designed?