Make wxGrid column selecting more user friendly

This commit is contained in:
Ilya Sinitsyn
2020-03-04 23:00:10 +07:00
committed by Vadim Zeitlin
parent e1b9ece9a4
commit 89dd47edee
3 changed files with 73 additions and 6 deletions

View File

@@ -4830,6 +4830,12 @@ public:
*/
void MakeCellVisible(const wxGridCellCoords& coords);
/**
Returns the topmost row of the current visible area.
Returns -1 if the grid doesn't have any rows.
*/
int GetFirstFullyVisibleRow() const;
/**
Sets the number of pixels per horizontal scroll increment.