|
|
|
|
|
Layout (Property) In french: Disposition
The Layout property is used to get the layout of the cells in a Layout control. // Enlarge text if the Layout control displays one cell per column IF LAYOUT_MyLayout.Layout = layoutVerticalStacking THEN LAYOUT_MyLayout.STC_Name.Width = 320 END
Syntax
Getting the layout of the cells Hide the details
<Result> = <Layout control>.Layout
<Result>: Integer constant Layout of cells:
| | layoutHorizontalStacking | The Layout control displays a cell per row, one below the other. | layoutVerticalStacking | The Layout control displays one cell per column, one next to the other. |
<Layout control>: Control name Name of the Layout control used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|