1

如何更改单个单元格的高度。

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

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

如何让 dataGrad 调整整行的大小?我使用的是 64 的高度。但想法是它会是动态的。

4

0 回答 0