Is it possible to hide or delete the left-most column of sequential
row numbers in a simple grid? If I use the custom data table
(wx.grid.PyGridTableBase) this column does not appear, which is my
normal preference.
Thanks in advance.
Is it possible to hide or delete the left-most column of sequential
row numbers in a simple grid? If I use the custom data table
(wx.grid.PyGridTableBase) this column does not appear, which is my
normal preference.
Thanks in advance.
I have discovered the answer to my question.
SetRowLabelSize(0) does the trick.
On Aug 16, 6:31 am, John Asnin <jas...@vtisp.com> wrote:
Is it possible to hide or delete the left-most column of sequential
row numbers in a simple grid? If I use the custom data table
(wx.grid.PyGridTableBase) this column does not appear, which is my
normal preference.Thanks in advance.