cyberbiker
Programmer
I may be an idiot, but I cannot seem to figure this out.
I am finishing up a program that will update machine parameters. I was told that "20 per group" would be the max.
Being a bit paranoid, I designed the program to handle 22 per grouping. However, I grouping has 27.
I am using a tab strip with a frame as the container and create the number of tabs and controls on the fly as I read either an *.ini file, the registry or a data file (depending on a number of factors). As I read a group I keep track of the number of parameters in the group and if the number exceeds 21 I am attempting to add a scroll bar to scroll down through. I increase the height of the tab strip, frame and scroll bar by the height of each control I add in excess of 21. That works until I reach a total 0f 25 controls then I can no longer add any thing. I cannot increase the size of the form past the size of the screen.
I know I must be missing something pretty basic since it is so common to scroll through a web page.
I can provide more details if anybody has any ideas.
Terry (cyberbiker)
I am finishing up a program that will update machine parameters. I was told that "20 per group" would be the max.
Being a bit paranoid, I designed the program to handle 22 per grouping. However, I grouping has 27.
I am using a tab strip with a frame as the container and create the number of tabs and controls on the fly as I read either an *.ini file, the registry or a data file (depending on a number of factors). As I read a group I keep track of the number of parameters in the group and if the number exceeds 21 I am attempting to add a scroll bar to scroll down through. I increase the height of the tab strip, frame and scroll bar by the height of each control I add in excess of 21. That works until I reach a total 0f 25 controls then I can no longer add any thing. I cannot increase the size of the form past the size of the screen.
I know I must be missing something pretty basic since it is so common to scroll through a web page.
I can provide more details if anybody has any ideas.
Terry (cyberbiker)