Double-check the link hierarchy and ensure all links are specified within the WindowScrollableContainer, and that the WindowScrollableContainer itself is linked within the WindowSimpleShared.
In WindowScrollableContainer, there's only one link at the top pointing to its Shared. In WindowScrollableContainerShared, there are two links at the bottom: one to ScrollBar and one to Border.
In WindowSimpleShared, there are links to WindowScrollableContainer and WindowTextView.