2

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:

enter image description here

naide
  • 293
  • 3
  • 14
Sandy
  • 23
  • 4

2 Answers2

2

To hide the row labels you can use wxGrid::SetRowLabelSize(0).

VZ.
  • 21,740
  • 3
  • 39
  • 42
2

HideRowLabels() will also hide the row labels!

cpx
  • 17,009
  • 20
  • 87
  • 142
ravenspoint
  • 19,093
  • 6
  • 57
  • 103