|
Hi Ivan, Grid currently supports multiple lines in an item by using a combination of GridColumn#setWordWrap and Grid#setItemHeight. There is also some work underway to allow differing heights for different items. See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=190252 SWT.VIRTUAL has been implemented though there is one outstanding issue preventing performance from being particularly good. Regardless, 10,000 is not a large number of rows for the tab and that should populate extremely quickly with or without SWT.VIRTUAL. Regards, -Chris Ivan Ooi wrote: Hi, |
_______________________________________________ nebula-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/nebula-dev
