Help for this page

Select Code to Download


  1. or download this
    self.index = 0
    self.list_ctrl = wx.ListCtrl(panel, size=(-1,100),
                             style=wx.LC_REPORT |wx.BORDER_SUNKEN
                             )
    
  2. or download this
        $self->{list_ctrl}->SetStringItem($idx,  1, '01/19/2010');
        $self->{list_ctrl}->SetStringItem($idx, 2, 'USA');