getRowAt abstract method

int getRowAt(
  1. double dy
)

Gets the row index found at the specified y-offset.

The dy argument is in logical pixels and exists in the local coordinate space of the table view.

Returns -1 if the offset doesn't overlap with a row in the table view.

Implementation

int getRowAt(double dy);