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.