Agung Pratama
Agung Pratama

Reputation: 3794

How to gives a black border to TreeItem SWT?

I have created Tree with more than 1 column using TreeColumn. Right now what I want to achieve is to create border cell for the cell item in Tree. Here is my implementation now: enter image description here

Anyone know?

Upvotes: 0

Views: 287

Answers (1)

Dollyn
Dollyn

Reputation: 914

Do you mean tree.setLinesVisible(true); ?

Upvotes: 1

Related Questions