My 2cent tips & tricks on computer technology & Application Virtualization ...
Tuesday, June 10, 2008
TIPS: WX.Python.Grid: Removing the selected Rows
lst = None no = self.grid_ShareDetails.GetNumberRows() lst = sorted(self.grid_ShareDetails.GetSelectedRows()) lst.reverse() for l in lst: self.grid_ShareDetails.DeleteRows(l,1)
No comments:
Post a Comment