Community
Participate
Working Groups
Scroll-to-Selection works fine for tables in outlines and also the first time when opening a dialog with a table. But if a table's selection is dynamically changed while being in a dialog it does not scroll to the selection anymore. This is quite a problem as this feature will be intensively used by our customer.
Workaround with getTable().setScrollToSelection(false); getTable().selectRow(8); getTable().setScrollToSelection(true);
Workaround works fine.
Ok on 16.2.2011, #96051
NOT shipped with eclipse scout 3.7.0