Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] TreeBorder in RCP FormPage

Hello,

I created a CheckboxTreeViewer and wanted the FormToolkit to draw the
borders:

checkBoxTreeViewer.getControl().setData(FormToolkit.KEY_DRAW_BORDER,
FormToolkit.TREE_BORDER);
toolkit.paintBordersFor(checkBoxTreeViewer.getTree());

The problem is that the borders doesn't appears. I tried much but can't
solve the problem yet.

Thanks for help and best regards

Tobias



Back to the top