I am using ComboBoxCellEditor in a NatTable and would like to resize the dropdown list at its borders (similar to windows). I can achieve this by extending NatCombo, overriding createDropdownControl(int style) and changing the line this.dropdownShell = new Shell(getShell(), SWT.MODELESS); to this.dropdownShell = new Shell(getShell(), SWT.RESIZE);
Is it possible to do this wihtout overriding the method and copying the whole method body except that one line? Is there a reason why the dropdownShell does not have a seperate style parameter/variable? To participate in the discussion, go here: https://www.eclipse.org/forums/index.php?t=rview&frm_id=64
_______________________________________________ nebula-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/nebula-dev
