The RowCollection type exposes the following members.

Properties

  NameDescription
Public propertyBottomFullyVisibleRow
Gets the last fully visible Row in client bounds of the Grid.
Public propertyBottomVisibleRow
Gets the last (may be partially) visible Row in client bounds of the Grid.
Public propertyBounds
Gets the bounds, available to show Rows in the scrollable surface.
Public propertyCount
Gets the count of visible Rows in the collection.
Public propertyGrid
Gets the Grid.
Public propertyItem
Gets a Row at the specified index.
Public propertyTopVisibleRow
Gets the top visible Row in client bounds of the Grid.
Public propertyVisibleRowsHeight
Gets the integral height of all visible Rows in the Grid.

See Also