Description
The ReSizer is a powerfull and yet simple solution for management of controls positions and sizes in any MS Visual Basic 6.0 container Form, UserControl, UserDocument, etc . You just place one ReSizer per container and do not write a single line of code to manage control repositioning. All standard Microsoft Visual Basic 6.0 controls are supported as well as third party ActiveX controls intending to work in Microsoft Visual Basic 6.0, including SSTab.
How does it work
The principle behind the ReSizer functionality is a process of monitoring changes in its container's dimensions and adjustment of selected controls sizes and positions according to the proportion set.
How to set resizing properties
The simplest way is to use the property pages at design time. The affected control is selected in the form designer as you set its properties.
Features at a glance
Adjusts control size and position proportionally to the change of the corresponding container size and position
Provides WYSIWYG property pages to set control properties at design-time
Picks up controls at design-time automatically
Functions in VB IDE
Allows to limit container minimum and maximum tracking sizes
Marks control in VB IDE Form Designer when its resizing properties are being changed on the property page
Allows to change color with which the control is marked in VB IDE Form Designer
Allows to change resizing properties of multiple selected controls simultaneously
Supports nested and composite containers, such as in this sample chain: Form - PictureBox - UserControl, etc.
Is tolerant to differences in ScaleMode units on composite and nested containe