| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:LineHeight ====== | [[prop line.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop locale.htm|{{btn_next_n.gif|Next page}}]] | | || Sets or returns the height of the rows in a LIST or COMBO control. The height is measured in dialog units (unless PROP:Pixels is active). For a TEXT control, it returns the character cell height of the control's font (the distance from the top of one line of text to the top of the next) in whatever measurement unit is currently in use. READ-ONLY for a TEXT control. **Example:** **MDIChild WINDOW('Child One'),AT(0,0,320,200),MDI,MAX,HVSCROLL** **          LIST,AT(0,0,220,220),USE(?L1),FROM(Que),IMM** **         END** ** CODE** ** OPEN(MDIChild)** ** ?L1{PROP:LineHeight} = 8       !Set height to 8 dialog units**