/\ \__ __ /\ _`\ /\ \ /\ \ ___ ___ ___\ \ ,_\ __ /\_\ ___ __ _ __\ \ \L\_\ `\`\/'/' /'___\ / __`\ /' _ `\ \ \/ /'__`\ \/\ \ /' _ `\ /'__`\/\`'__\ \ _\L`\/ > < /\ \__//\ \L\ \/\ \/\ \ \ \_/\ \L\.\_\ \ \/\ \/\ \/\ __/\ \ \/ \ \ \L\ \ \/'/\`\ \ \____\ \____/\ \_\ \_\ \__\ \__/.\_\\ \_\ \_\ \_\ \____\\ \_\ \ \____/ /\_\\ \_\ \/____/\/___/ \/_/\/_/\/__/\/__/\/_/ \/_/\/_/\/_/\/____/ \/_/ \/___/ \/_/ \/_/ package containerEX =================== 1. HSmoothBox 2. VSmoothBox HSmoothBox ========== The HSmoothBox is HBox like component, which has animated smooth scrolling. Smooth scrolling can be done with or without the blur effect. unlike regular scrolling, a single scroll movment (back or forward), scrolls a whole child of the container. This means all your components should be smaller than the width of the container (the scroll window). This behaviour shoid cover the majority of usages. VSmoothBox ========== The VSmoothBox is VBox like component, which has animated smooth scrolling. Smooth scrolling can be done with or without the blur effect. unlike regular scrolling, a single scroll movment (back or forward), scrolls a whole child of the container. This means all your components should be smaller than the height of the container (the scroll window). This behaviour shoid cover the majority of usages. Width and Height ================ It is best practice with these components to set explicit widts and heights for the containers. Quick Start =========== HSmoothBox ---------- put the HSmoothBox in your application or component mxml like so: . . y o u r i t e m s . VSmoothBox ---------- . . y o u r i t e m s . You can also use the dataProvider <-> itemRenderer flex pattern.