I would like to have some of the controls in an app – Buttons and Labels – vertically oriented – . However i could not find a possibilty to do this. Even the non-public setOrientation method tackles only the left-to-right orientation.
Is it possible without implementing a custom Button or deriving from Canvas?
I would like to have some of the controls in an app – Button
Share
As far as I know vertical orientation for Button and Label is not possible.
You will need to provide custom implementation for same.
Check this link http://dev.eclipse.org/newslists/news.eclipse.platform.swt/msg30094.html