I have a canvas in Flex that shall be able only to be scrolled in vertical direction, so I set the attributes of the canvas as follows:
verticalScrollPolicy=
on vbox or another component based on Container, i solved that problem like that.
Wrong:
there is no scroll bar
Working version: