Jump to content

Vertical Tabset


MobileWill

Recommended Posts

There is currently no vertical tabset widget. There are however a couple of other possible solutions...

1. Write a vertical tabset widget using the normal tabset as an example code base.

2. Look at the code in the widgets demo. It has two methods of performing the tabset operation and a #define controls which is used. The first method is obviously using the tabset widget. The second method is to use a group of radio buttons to control the visibility of a set of containers. A custom draw routine for the radio buttons can make them look like the vertical tabs you want and unlike tabset buttons they can be positioned anywhere. There is already a horizontal tab custom draw routine for the radio buttons that you can copy paste and modify.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...