Sounds like you need to write a component. There is no way to do this with Container. You could create a Container subclass and composite a scroll bar into it(also turning off scroll pilicies of the main Container).
Create a view and do your own calculations. The view could then create any container you wanted, then measure it and set your scroll bars accordingly. Peace, Mike On 1/8/07, saha.prasanta <[EMAIL PROTECTED]> wrote:
Does anyone know how I can get the scrollbar on the left side of any kind of containers instead of the right side?
-- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by solving the problem then by 'asking the question'.

