I want to have the vertical scrollbar of a scrollcontainer always visible. The default behavior is that the scrollbars only show up when they are required. My problem is that when the scrollbar appears because of the child gets larger than the scrollcontainer, it also changes the available size of the container so the alignment gets shifted left.
I tried to understand the mechanism that shows and hides the scrollbars but even by printing the entire property list values of the scrollbar I am not able to see any difference between when it is hidden and when it is shown. The visible property of the scrollbars is always true even when the scrollbars are not drawn.