AFAIK there shouldn’t be this method in wx.ListCtrl, but if you instead show your lines with wx.Grid you can hide rows with grid.SetRowSize(row, 0).
···
2008/5/25 ROY ZINN royzinn@hotmail.com:
Hi,
I’m using wx.listctrl to show some log file read from file (i’m reading line by line).
i would like to filter some of the messages but without deleting them from the list because i’m keeping indexes
of the list to draw graphs etc, and i can’t change the list in the sense of changing indexes.
i need something like hide or make line invisible… (i know there’s the EnsureVisible method, but i need to opposite)
Thanks,
Roy
Get news, entertainment and everything you care about at Live.com. Check it out!
wxpython-users mailing list