Corner Radius Doesn’t work on HBox/VBox

06.10.2008 3

I haven’t been responsible for the skinning on most of our Flex projects but today that’s exactly what I’ve been doing all day. I just discovered that setting the cornerRadius style of a HBox or VBox has no effect when used on it’s own in css or MXML. The style ‘borderStyle’ also needs to be set to ‘solid’ for the cornerRadius you’ve set to display! Weird…

Responses to “Corner Radius Doesn’t work on HBox/VBox”

Leave a reply