Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
gb.qt4
Control
Key
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

_GridView_Rows (gb.qt4)

This virtual class represents an array of all rows of a GridView.

This class is virtual.

This class is not creatable.

This class acts like a read-only array.

Properties
Border   Return or set the default custom border of the rows.
Count   Return or set the number of rows.
H   A synonymous for the Height property.
Height   Return or set the default row height.
Max   Return the greatest row index, i.e. Count - 1.
Padding   Return or set the vertical padding between rows.
Resizable   Return or set if the row headers are resizable.
Selection   Return a sorted array of the indexes all selected rows.
W   A synonymous for the Width property.
Width   Returns the width of the row header.

Methods
Insert   Insert new rows inside the Gridview.
Remove   Remove some rows from the Gridview.
Select   Selects several rows.
SelectAll   Select all rows.
UnSelect   Unselect several rows.
UnSelectAll   Unselect all rows.