new ListView(this, SWT.NONE, ListView.LOW); is not showing all the items
on display (it just shows as blank white list). If we click on the
component then only it shows all the items.
This problem exists on eswt demo also. How can I fix this or is it a bug?