Re: [Interest] Qt Quick ScrollView scrollbar visibiltiy

2014-06-19 Thread Ian Monroe
On Thu, Jun 19, 2014 at 10:59 AM, Alex Montgomery wrote: > Hello, > > I am trying to position an item in a ScrollView such that it doesn't move > when the vertical scrollbar appears. Basically, I want to leave exactly > enough room on the right side of the ScrollView for the scrollbar to appear >

[Interest] Qt Quick ScrollView scrollbar visibiltiy

2014-06-19 Thread Alex Montgomery
Hello, I am trying to position an item in a ScrollView such that it doesn't move when the vertical scrollbar appears. Basically, I want to leave exactly enough room on the right side of the ScrollView for the scrollbar to appear without adjusting the contents size. Is this possible? I can't figur