|
On my main window, there is a TreeView control on the left and a Scroll Box on the right, and then more than 10 side-by-side Scroll Boxes are created on top of this Scroll Box. There are many controls on each Scroll Box. I want to click TreeView One item of the control appears with the corresponding Scroll Box, the others are hidden.
I am worried that adding too many Scroll Boxes to that Scroll Box will produce bad or unpredictable results, because I see that the TForm1 class is relatively large.
I just started to learn Delphi. |
|