Tab Controls

Mylton

Member
Local time
Today, 10:51
Joined
Aug 3, 2019
Messages
136
Good Morning
In the form we have tab controls, is there any way for the tabs to stay vertically and not horizontally (on top)?
If not, what is the suggestion to replicate this?
Without being form navigation.

Thanks
 
You mean something like this?

tab.png


tabs2.png



Set the style property to none (no tab or buttons) then add your own command buttons, format them, and in code set them to set focus to the respective tab. ie. me.Page6.Setfocus
 
Yes.
Thanks for the tip.
 

Users who are viewing this thread

Back
Top Bottom