Playing around with scrollView (using the github widgets) and scrollWidth and scrollHeight don’t seem to be having any effect. Based on the docs it appears that if I set scrollWidth to 1000 I should have a scrolling area of 1000 pixels in width…
…unless I insert something wider than 1000, in which case scrollWidth expands to fit that.
But what I’m seeing is setting scrollWidth to 2800, inserting an object that’s 1800 wide, and scrollWidth seems to be contracting to match that – I don’t have extra width on the side.
Am I misunderstanding scrollWidth and scrollHeight? Or are they really useless?
Jay
PS - My scrollView is the width/height of the screen – no mask in this example.