1

How do you change the height of a single cell.

override protected function drawLayout():void {
    textField.width = this.width;
    height = 64;

    textField.height = height;
    textField.setTextFormat(tf);
    super.drawLayout();
}

How do I get the dataGrad to resize the entire row? I'm using a height of 64. but the idea is that it would be dynamic.

Daniel
  • 34,125
  • 17
  • 102
  • 150

0 Answers0