CGridView:SetVertAlign
The SetVertAlign method sets the vertical alignment for specific cells or an entire row of the grid. This method overrides the initial grid properties defined by the values of GridParams.nVertAlign and GridParams.nTH_VertAlign.
CGridView:SetVertAlign( nAlign )
CGridView:SetVertAlign( nRow, nAlign )
CGridView:SetVertAlign( nCol, nRow, nAlign )
Where nAlign is the alignment value: 1: align top, 2: align bottom, 3: align center.
nCol is the index of the column to set. Columns in the table body begin at index 1. A value of 0 or less indicates a column in the left side heading.
nRow is the index of the row to set. Rows in the table body begin at index 1. A value of 0 or less indicates a row in the top heading.
If neither nCol nor nRow is specified, the entire table is set.
The following script sets the alignment of row 12 to "bottom":
|
-- attach a grid from the Mira desktop |
|
-- set the alignment of column 12 to "bottom" |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.