Community
Participate
Working Groups
if( parent.getColumnCount() == 0 ) {
parent.updateScrollBars();
}
// if((parent.style & SWT.VIRTUAL) != 0) cached = true;
if( ( parent.style & SWT.VIRTUAL) != 0 ) {
cached = true;
/**