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.

link|improve this question

44% accept rate
have you played with changing the height of it as well? – ShaunOReilly Jan 24 at 6:56
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.