Community
Participate
Working Groups
Created attachment 185301 [details] This snippet creates a simple tree widget The SWT Tree widget does not allow horizontal scrolling when the tree has a single column and the tree item width exceeds the client area width. Tests were performed against RAP 1.4 M3 and CVS HEAD (16.12.2010).
The problem is in the private method Tree#getCellWidth(int) which returns the width of the client area in case of tree without columns instead of max visible item width. Looking for a proper fix.
Fixed in CVS HEAD.