Consider a LinearLayout
with some UI items and a TChart
. If I put this layout inside a ScrollViewer
I would expect scrolling behavior. However, it seems that the chart auto-sizes itself to fit in the available space.
How can I make my layout scrollable when adding a chart to it?