apache-flexbordertogglebuttonbar

flex remove buttons border from toggle button bar


how to remove the border of a togglebuttonbar button, with keeping the theme color??

i want to put the style in css file


Solution

  • You should us the following style:

    .myButtonStyle
    {
        skin: ClassReference("mx.skins.ProgrammaticSkin");
    }