PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → WB20 - How to hide the Tabs from a TAB-Control?
WB20 - How to hide the Tabs from a TAB-Control?
Iniciado por meikl, 22,ago. 2016 13:02 - 4 respuestas
Miembro registrado
118 mensajes
Publicado el 22,agosto 2016 - 13:02
As Subject

I want to hide the Tabs from a TAB-Control. The displayed TAB-Content is runtime-driven. There is no need to show the tab with the Tab-Caption.

Any Hints?

thanks

meikl :)
Mensaje modificado, 22,agosto 2016 - 13:03
Publicado el 22,agosto 2016 - 14:06
Try tab[2]..visible = false
Miembro registrado
118 mensajes
Publicado el 22,agosto 2016 - 14:43
Thanks for your respond, diego

This i do actually :)

Need the visible Tab without TAB-Caption
______
| Bla |_________________________
| XXXXXXXXXXXXXXXXXXX|
|_______________________________|

should become
________________________________
| XXXXXXXXXXXXXXXXXXX|
|_______________________________|

Thanks
meikl :)
Mensaje modificado, 22,agosto 2016 - 14:45
Miembro registrado
118 mensajes
Publicado el 22,agosto 2016 - 14:45
well, i'm not a good char-painter ;)
Miembro registrado
118 mensajes
Publicado el 30,agosto 2016 - 11:29
solved this

- just give no caption
- in the gui design just move the Tab-separator to top