_GridView_Columns (gb.qt4)
This virtual class represents an array of all columns of a
GridView.
This class is virtual.
This class is not creatable.
This class acts like a
read-only array.
Properties
Ascending
|
Return or set the sort indicator orientation.
|
Count
|
Return or set the number of columns.
|
H
|
A synonymous for the Height property.
|
Height
|
Return the height of the column header.
|
Max
|
Return the greatest column index, i.e. Count - 1 .
|
Padding
|
Return or set the horizontal padding between columns.
|
Resizable
|
Return or set if the column headers are resizable.
|
Sort
|
Return or set which column header shows the sort indicator.
|
W
|
A synonymous for the Width property.
|
Width
|
Return or set the width of all columns. Max width is 1024.
|