Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] How to rotate the text at column title in TableViewer?

I created a table by TableViewer and add some columns by TableColumn.
The column titles are set by TableColumn.setText(...).
 
I want to rotate the text at column titles 90 degree(vertical) to save more spaces in my view.
How could I do it?  Does anyone have sample codes for it?
 
Thanks!
Hua
 
 
 



Back to the top