i have an application with a lot of activeX-components that require to be created on one form. These components can be quite bitchy sometimes so using them requires a bit of "bending the environment to their special needs".
To combine their "special needs" with a nice and easy to use GUI, i'm going to use a lot of SplitContainers with SplitContainers in SplitContainers.
Question now: If i want to edit the content of a certain SplitContainer.Subpanel i am required to collapse and open the panels in the whole structure over and over again, which is very anoying. Thats why i ask my self, cant that be automated in any way? Via makro for example?
The macro recorder does not seem to record any clicks in the component properties.