Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Create a dropdown for a specific tab
posted

Hi,

I have a UltraTabControl with around 5 or 6 tabs.

I am aware there is already a dropdown button that lets the user select from all the visible tabs.

I have been asked to add a new feature for one of our tabs (lets call it Tab3 since it is the third tab in the control).

Tab3's TabPageControl contains information that can be displayed in more than one view.

So far I have created separate tabs for each view. What I'd like to do is combine all views under Tab3 and put a dropdown next to Tab3 to switch between the views.

 

My current thought is to put a DropDownButton next to Tab3 with all the available views, and still keep each view in a separate tab.

All but the selected view will be hidde.

What's the best way to do this? Or is there a better more efficient way than what I am proposing?

 

Thanks,

Jason

Parents Reply Children
No Data