I create Vbox with fixed width. Then I add Canvas inside. Afterwards, I add TextArea as child. Scrollbar policy of canvas is off.
If there are many childs but within boundary e.g. 700 pixel. No scrollbar. If it is over screen height e.g. 900 pixel. It displays scrollbars. Anyway, it displays TWO: Vertical and Horizontal. I try to set MaxWidth but still has 2 scrollbars instead of just vertical. More information. I add TextArea child programmingly. I trace the width of Canvas. The width is longer than what I expect even in startup mode. Any idea ?

