ProvideX V8.20 > Language Reference > 7. Control Object Properties
717
Resizable
GRID
Enable grid resize by user: 0=Neither row or columns are resizable; 1=Both columns
and rows are resizable; 2=Columns are resizable, rows are not; 3=Rows are resizable,
columns are not. Default: 1.
RightBorder
GRID
Right border of cell (thickness): 0 to 3 pixels.
Row
GRID
Grid row reference.
RowData$
GRID
Row data based on. 'LoadList$. See Loading/Accessing by Row, p.729.
RowHeight
GRID
Height of current row in lines.
RowHiLight
GRID
Row selection highlight: 1=Row Highlight; 0=Cell Highlight. This enables selection
of a full row rather than limited to cells. Only locked cells are highlighted. One side
effect is that when the cells are locked the grid becomes a fancy list view.
RowPixels
GRID
Height of row in pixels.
RowsHigh
GRID
Number of rows defined in Grid. If a grid's dimensions have been changed using this
property, the default settings must be re-set.
Scroll
MULTI_LINE
Set scroll bar types. 0=No scroll bars, 1=Vertical scroll bars, 2=Horizontial scroll
bars, 3=Both scroll bars.
ScrollWheel
DROP_BOX     GRID    H_SCROLLBAR    LIST_BOX     LIST_VIEW
MULTI_LINE
TREE_VIEW
V_SCROLLBAR   VARDROP_BOX    VARLIST_BOX
Set mouse scroll wheel support. 0=Scroll wheel support (all events go to parent
window), 1=Scroll only if the control has focus (mouse can hover on or off control)
2=Scroll only if the control has focus (mouse must be hovered over control), 3=If
control does not have focus, then scroll when mouse hovers over this control
(otherwise, same as 1), 4=If control does not have focus, then scroll when mouse
hovers over this control (otherwise, same as 2).
SelectColumn
GRID
Column number of selected cell. (Read Only) See Multiple Selections, p.726.
SelectCount
GRID
LIST_BOX    LIST_VIEW
TREE_VIEW
Number of items/cells selected. Set this property to zero to de-select all items. See
Multiple Selections, p.726.