I have a somewhat complex configuration. I have a mainform which loads a series of level 1 forms. These are then shown or hidden depending upon navigation.
Each of these forms in turn is inherited from a template form. Because I have docked Screen Splitters on the template, I am not able to drag controls into the inherited forms. Thus, I must programatically add the variable content.
Variable content is kept in a series of level2 forms. When needed these are included in the content section of the level1 forms, which are the inherited forms.
The template form has a docked-all splitscreen control. The splitscreen panel2 is autoscroll=false and contains a regular, docked-all panel with autosize=false and autoscroll=true. This is the panel I am programatically adding the level2 content forms to. The forms show up fine, but I cannot achieve any configuration which will cause the scrollbars to appear.
I tried setting the splitscreen panel2 to autscroll=true and the normal panel inside it to autosize=true, autosizemode = grow and shrink. No use.
Is this a problem with inherited forms? Is it a problem with programatically adding large content to smaller scrollable containers? Any ideas would be much appreciated.
Thanks in advance
-j0em0mma
Each of these forms in turn is inherited from a template form. Because I have docked Screen Splitters on the template, I am not able to drag controls into the inherited forms. Thus, I must programatically add the variable content.
Variable content is kept in a series of level2 forms. When needed these are included in the content section of the level1 forms, which are the inherited forms.
The template form has a docked-all splitscreen control. The splitscreen panel2 is autoscroll=false and contains a regular, docked-all panel with autosize=false and autoscroll=true. This is the panel I am programatically adding the level2 content forms to. The forms show up fine, but I cannot achieve any configuration which will cause the scrollbars to appear.
I tried setting the splitscreen panel2 to autscroll=true and the normal panel inside it to autosize=true, autosizemode = grow and shrink. No use.
Is this a problem with inherited forms? Is it a problem with programatically adding large content to smaller scrollable containers? Any ideas would be much appreciated.
Thanks in advance
-j0em0mma