Auto sizing of TabControl Child Forms

Started by TechSupport, July 17, 2005, 02:37:29 PM

Previous topic - Next topic

TechSupport

I am close to having this feature fully functional. I have added a new property for Forms called "TabControlAutoSize". When set to True, the Form will always size to the client area of its parent TabControl. Whenever the TabControl is resized, then any child Forms with this property set to True will automatically be resized.

This new feature will be in the next FireFly update (I should have the final code completed very soon).

This has been a long standing feature request so I finally got at it.  ;)