Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you remove the border of a Flex 4 TextArea Component (spark themed halo)

With the Flex 3 SDK you simply needed to set the borderThickness style to 0, or set borderStyle to none. With the Flex 4 SDK ad the Spark theme, this has no effect.

like image 438
Joel Hooks Avatar asked Jun 25 '09 17:06

Joel Hooks


1 Answers

Try something like:

borderVisible="false"
like image 112
bz. Avatar answered Sep 19 '22 08:09

bz.