I have this code.
protected function radiobutton1_clickHandler(event:MouseEvent):void
{
if(ext.selected)
{
this.businessexpand.visible = true
}
}
How to create collapsing panels
How do I make the click event push the text down far enough so new information will not show up on top for other text.