06-04-2010 07:11 AM
Well guys I have a Tab control with 3 pages.
In 2 of them, I have a lot of things to show.. so I use almost my entire screen but in the third one I only have to show a little information... so I want to know if I can change the size of that page without changing the other 2.
This is possible? or What I can do to have a similar result?
06-04-2010 07:43 AM
Hi EduU,
here's the reference for TabControl properties. You may try to set the TabControl PaneDimension when the user switches the tabs with the help of an event structure...
IMHO it's very uncommon to change tab control sizes when the user switches between tabs. Do you know any other program (also not LV-based ones) that works with such an UI?
06-04-2010 07:57 AM
Hey GerdW,
Thanks for the help.
Well, I know is uncommon change the size of tab control, but for the visual of the program I think is better because I have only 4 indicators to show at one page and use a hole screen for that I think is useless but I can't put this indicators in the others pages because it show different information.
I'm thinking about show some more things in this page... and well I don't know any program that makes it =x
and I don't know how to use event structure to make that... so I will have to think in another way to fix that!
I want to ask another thing here, not related to that topic.... What is better, ask here or make a new post?
06-04-2010 08:02 AM