Spyros
Spyros

Reputation: 339

Is there a way to stack `Tabs` vertically?

I was looking at the Tabs option for a UI. The default behavior is that they are stacked horizontally. Is there a way to change that? I would like to stack the Tabs vertically. It would save significant UI "real estate", especially in mobile application UIs.

Upvotes: 2

Views: 112

Answers (1)

Chen
Chen

Reputation: 3760

Try this:

Tabs tabs = new Tabs(Component.LEFT)

Upvotes: 2

Related Questions