Overload | Description |
---|---|
SizeToFit() | Sizes the section to fit the contained controls. |
SizeToFit(Boolean) | Sizes the section to fit the contained controls and optionally allows the section to shrink to fit the contained controls. |
Using this method, a user could add several controls to a section at run time and then size the section to the proper height.