Rounded Corners in Flex

Having a hard time getting rounded corners to work in your Flex / AIR application? So was I, until I stumbled across this post by Peter Braid. Apparently, it’s simply a matter of setting the containers borderStyle to solid. You can set the borderThickness to zero if you don’t require a border in the application design. Check out the simple, yet effective, demonstration application Peter built to see an example.