Hi,
I’ve got a scrollview without a mask [fills the screen].
It’s got an image added to it, which is used as a scrollable background.
I don’t want user to be able to see black background when they scroll to the edge and use this “rubber band” feature of scrollview, which cannot be disabled.
So I’ve scaled the background to be twice as big to extend to the left and to the right [horizontal scroll].
It’s all good when it comes to the left side, it’s impossible to see the black background when pulling content to the side… however…
To the right, everything is screwed up. ScrollviewWidth is extended as much as the “background” is larger then what I specified as scrollviewWidth when creating the scrollview.
Obviously this is not acceptable and looks horrible.
Is there any way to “fix” this? [import]uid: 109453 topic_id: 33512 reply_id: 333512[/import]