Here's my situation:
I have a Frame inside of a PictureBox with vertical and horizontal scroll bars for scrolling the Frame. Inside the Frame I have about a zillion controls (I didn't design it, but unfortunately I have to maintain it) organized into sections (using other Frames).
It has worked OK until recently when I had to add yet another section to the Frame. Now it won't scroll all the way to the bottom.
I was able to work around the ScrollBar issue of 32,767 limit in the Max property. Now I have the problem that the Top property of the Frame won't go any lower than -32,768 when I'm scrolling to the bottom. I found this rather interesting since the MSDN documentation states that this property will take a "Single-precision number".
Though I would love to be able to, re-design is not an option at this time. This kludge was designed by a consulting firm. Though we have tried to explain the myriad of problems associated with this type of layout, the execs in the company have taken a liking to the flow of the form and don't want us to change it.
Any ideas or suggestions for work-arounds would be greatly appreciated.
Thank you,
wcprog
I have a Frame inside of a PictureBox with vertical and horizontal scroll bars for scrolling the Frame. Inside the Frame I have about a zillion controls (I didn't design it, but unfortunately I have to maintain it) organized into sections (using other Frames).
It has worked OK until recently when I had to add yet another section to the Frame. Now it won't scroll all the way to the bottom.
I was able to work around the ScrollBar issue of 32,767 limit in the Max property. Now I have the problem that the Top property of the Frame won't go any lower than -32,768 when I'm scrolling to the bottom. I found this rather interesting since the MSDN documentation states that this property will take a "Single-precision number".
Though I would love to be able to, re-design is not an option at this time. This kludge was designed by a consulting firm. Though we have tried to explain the myriad of problems associated with this type of layout, the execs in the company have taken a liking to the flow of the form and don't want us to change it.
Any ideas or suggestions for work-arounds would be greatly appreciated.
Thank you,
wcprog