Re: [flexcoders] Can a canvas be scrollable without the scrollbars?

2010-01-17 Thread Aaron Hardy
I recently posted this in response to a similar question--sorry about that, not trying to spam. But this could help you out: http://aaronhardy.com/flex/standalone-scrollbar/ If, in the example, you set the scroll policies to false on the canvas you'll see the canvas scrolling without internal

[flexcoders] Can a canvas be scrollable without the scrollbars?

2010-01-15 Thread flexaustin
Anyone know of a way to set the horizontalScrollPolicy and verticalScrollPolicy both to false so that the scrollbars don't show, but still have the canvas scroll? I have content that inside the canvas that will always be larger than the canvas so I want to be able to scroll without showing any

Re: [flexcoders] Can a canvas be scrollable without the scrollbars?

2010-01-15 Thread Fotis Chatzinikos
You can use horizontal and verticalScrollPosition with scrollpolicies set to false On Fri, Jan 15, 2010 at 10:11 PM, flexaustin flexaus...@yahoo.com wrote: Anyone know of a way to set the horizontalScrollPolicy and verticalScrollPolicy both to false so that the scrollbars don't show, but