How can I hide or remove default index on wxGrid? I've been searching in wxWidgets's Documentation, and couldn't find it.
This is the picture of wxGrid:
To hide the row labels you can use wxGrid::SetRowLabelSize(0).
HideRowLabels() will also hide the row labels!
HideRowLabels()