MobileWill Posted February 10, 2016 Report Share Posted February 10, 2016 Is it possible to have a vertical tabset? Basically the tab buttons on the right side instead of on top? I have more room to work with horizontally instead of vertical. Thanks. Link to comment Share on other sites More sharing options...
inmarket Posted February 10, 2016 Report Share Posted February 10, 2016 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 More sharing options...
MobileWill Posted February 10, 2016 Author Report Share Posted February 10, 2016 Thank that will work. I can use tabset for the settings frame and radios for the main screen with multiple graphs. That explains one of the demos I saw then. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now