Change row height in SWT tree

26 views Asked by At

I have tree, i want to change the row height of that tree. I have tried adding listener, SWT.MeasureItem and EraseItem as well, but still the row height is not changing.

There is the function in inbuilt Tree class but, that function is not public , so I am not able to use that function

Please suggest some approach to change the row height of the tree.

0

There are 0 answers