0

I have an mx:Grid component in my flex application. But I would like to resize it by clicking and dragging in the border. This component doesn't allow doing that. Does anybody know any custom component to do this?

I want to put a panel in each gridItem of this Grid component and resize it.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Kezern
  • 473
  • 5
  • 19

1 Answers1

0

I solved it! I have used a resizable custom component inside GridItem and now the gridItem sets its width and heigth same as custom component.

Kezern
  • 473
  • 5
  • 19