|
|
|
|
|
- List Box, Table and Combo Box controls based on a data file
- List Box control
- ListView control
- Limits
LineHeight (Property) In french: HauteurLigne
The LineHeight property gets and sets the height of the rows: - in a List Box control,
- in a ListView control (standard display mode only),
- in a Table control,
- in a Combo Box control,
- in a Looper control (row height).
in an Organizer control. of a Spreadsheet control. in a Treeview control.
Remarks: - List or Combo field: Line heights are defined in the window editor, in the "Style" tab of the field description.
- Table, TreeView control, RepeatString, Spreadsheet field: Line heights are defined in the window editor, in the "Detail" tab of the field description.
TABLE_TableClient.HauteurLigne = TABLE_TableClient.HauteurLigne + 100
Syntax
Finding out the height of rows in a control Hide the details
<Current height> = <Control used>.LineHeight
<Current height>: Integer Height (in pixels) of rows in the specified control. <Control used>: Control name Name of the control to be used.
Modifying the height of rows in a control Hide the details
<Control used>.LineHeight = <New height>
<Control used>: Control name Name of the control to be used. <New height>: Integer New height (in pixels) of the rows in the specified control. Remarks List Box, Table and Combo Box controls based on a data file When the height of rows is modified in a Table, List Box or Combo Box control based on a data file, the new height is applied to the visible rows only. List Box control If necessary, a vertical scrollbar can be displayed in a List Box control when the height of rows is modified.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|