Skip to content

Instantly share code, notes, and snippets.

@haigopi
Created August 2, 2018 22:52
Show Gist options
  • Select an option

  • Save haigopi/a4f3818ebcd033e4fbcf63e830901c01 to your computer and use it in GitHub Desktop.

Select an option

Save haigopi/a4f3818ebcd033e4fbcf63e830901c01 to your computer and use it in GitHub Desktop.
Resize MXML
<mx:Resize id="rightShrink"
widthTo="25"
target="{rightCanvas}"
duration="400"
effectEnd="rightBoxLbl.visible=false; rightAcc.visible = false; "/>
<mx:Resize id="rightGrow"
widthTo="180"
target="{rightCanvas}"
duration="400"
effectEnd="rightAcc.visible = true; rightBoxLbl.visible=true;"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment