TIWBSTabControl

<< Click to Display Table of Contents >>

Navigation:  Forum >

TIWBSTabControl

Forum link

 

 

 


 

01-29-2025, 02:52 AM:

 

Hi,

 

I would like to use the TIWBSTabControl component (Katunga Bootstrap 3) to create an assistant-style app with "Continue", "Back", etc. buttons.  For that I would need to make the Tabs invisible and only allow to programmatically change the active page/tab if a user hits Continue or Back.

 

Has anyone found a way to make the tabs of the individual pages invisible like it is possible in VCL Pagecontrol component?

 

Any hint would be appreciated!

 

Regards,

 

Duane

 

 

 


 

03-04-2025, 09:06 AM:

 

Hi Duane,

 

I haven't tried to be honest, but you can accomplish the same thing with frames or simple regions. You just need to make one visible and the other invisible, without the need for a page control. Have you considered this?