Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Question about Table row height


(note that questions about swt usage should be asked on the eclipse.platform.swt newsgroup, not here).

To change the height of all items in a Table (or Tree), add a MeasureItem listener to the Table and in the callback change the event's height field.

Grant

Back to the top