GridView
(class)
inherits
Control
Implements a control that displays data in a grid.
hGridView
= NEW GridView (
Parent
AS Container )
Creates a new GridView.
hGridCell
=
hGridView
[
Row
AS Integer ,
Column
AS Integer ] AS .GridCell
Returns a cell from its row and its column.
Symbols
Events
Activate
Click
Scroll
Properties
ClientH
ClientHeight
ClientW
ClientWidth
Column
Columns
Current
Grid
Row
Rows
ScrollBar
Methods
Clear
Referenced by:
Graphical User Interface Component - gb.qt
GridView _(class)_
Visual Introduction to Gambas