Make wxGrid column selecting more user friendly
This commit is contained in:
committed by
Vadim Zeitlin
parent
e1b9ece9a4
commit
89dd47edee
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user