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


With Flex 3 SDK you need to set a straight border, thickness style to 0 or border border to anyone No. With Flex 4 SDK ads Spark theme, it has no effect.

Try something like this:

  borderVisible = "false " 

Comments