I have two components A and B in a ViewStack controlled by a link bar. B is simple, with no scrolling and some centered content.
A is quite complex and includes a VBox containing a Repeater containing non-scrolling List instances. On its own A performs well and the VBox gets it's vertical scrollbar as needed. However, in the ViewStack, A does not shrink to match the ViewStack, and the VBox does not scroll. Update: If I set creationPolicy to "all" it *does* work. Sounds like a bug, no? Any ideas? I don't like using creationPolicy "all". I suppose I could use View States rather than a ViewStack.

