| **Navigation:**  [[introduction.htm|Language Reference]] > 9 -  Window and Report Attributes > Window and Report Attributes >====== RESIZE (set variable height TEXT control) ====== | [[reset set total reset .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[right set menu position .htm|{{btn_next_n.gif|Next page}}]] | | || **RESIZE** {{blk2blue.jpg|blk2blue.jpg}} The **RESIZE** attribute (PROP:RESIZE) specifies height of the TEXT control varies according to the amount of data to print in it, up to the maximum height specified by the control's AT attribute. The //height// parameter in the AT attribute of the DETAIL, HEADER, or FOOTER strcuture containing the TEXT control must not be set (let it default) for the RESIZE attribute to have any effect. **Example:** **CustRpt REPORT,AT(1000,1000,6500,9000),THOUS** **Detail   DETAIL,AT(0,0,6500,)                              !Detail height defaults** **          STRING(@N$11.2),AT(500,500,500,),USE(Pre:F1)** **          TEXT,AT(500,1000,500,5000),USE(Pre:Memo1),RESIZE !Print height up to 5"** **         END** **        END**