
Код:
TextField.prototype.getTFieldHeight = function()
{
var th = this.textHeight, bottom = this.bottomScroll;
var height = th/bottom+th;
return height;
};
после загрузки контента в твое текстовое поле "tfield":
tfield._height=tfield.getTFieldHeight()