Make wxGrid row selecting more user friendly

This commit is contained in:
Ilya Sinitsyn
2020-03-04 23:18:45 +07:00
committed by Vadim Zeitlin
parent 89dd47edee
commit 0920a1646b
3 changed files with 70 additions and 7 deletions

View File

@@ -4835,6 +4835,11 @@ public:
Returns -1 if the grid doesn't have any rows.
*/
int GetFirstFullyVisibleRow() const;
/**
Returns the leftmost column of the current visible area.
Returns -1 if the grid doesn't have any columns.
*/
int GetFirstFullyVisibleColumn() const;
/**
Sets the number of pixels per horizontal scroll increment.