Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] how to insert a row to a tabel control?


How about using TableItem(Table parent, int style, int index)?



"郑刚" <winzhen@xxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

10/22/2003 06:38 AM
Please respond to platform-swt-dev

       
        To:        <platform-swt-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-swt-dev] how to insert a row to a tabel control?



I use the SWT tabel control ,and if i want to insert a row to the tabel,should i construct editor controls for each column of this row?if not,how can i do this?

Back to the top