Pagecontrol: Hide Page

Hi, 


maybe I just miss something. I would like to hide individual tabs so that I can access the page from code but not by selecting the tab. Is this possible? If I set pages[x].visible to false I cannot access the page anymore.

Another observation: I I set the height of tabs with TabSize to 0 I still have a small line at the top of the page control: see below:


I'm not sure I understand what the issue is with setting pages[x].Visible = false.

It makes the tab/page not visible, so you can not select it via the UI but you can programmatically make it visible again when you want.

It works, but leaves a small border at the top, making the pageview appear smaller thank intended. I mail you a small sample.

Kind regards
Gernot