Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
380
Minimum height of TabbedMdiForm
posted

Is there a property that can set the minimum height of a TabbedMdi form. If I have a nested tabbed group with three child forms in three groups, I can moved the horizontal splitter to the point where any one of the forms "disappears" - I know it it's still there, but I'm anticipating my users doing this by accident and calling tech support about a disappearing form. Or do I have to handle the TabGroupResized event and examine the MdiTabGroup.Exent property. If the ClientExtent value is less than my TabHeight, programatically resize the group? 

 Bob