In This Topic
Sizer provides various features that make it suitable for creating resizable applications. The main features of the Sizer control are as follows.
- Easy-to-use Grid Editor
Efficiently set up your form layout with easy-to-use Grid Editor. You can set up the grid before or after you add the child controls. In addition, you can set the number and dimensions of the grid bands, and also specify which bands should act as splitters, and which ones should have fixed dimensions.
- Extensive Design-time Support
With extensive design-time support, you can easily create the desired layout by using available designers, editors and context menu without having to code anything.
- Automatic Resizing
The SizerLight component resizes all contained controls proportionally, ensuring that the form retains its appearance at any resolution. It can also resize the fonts on all or some of the contained controls.
- Display Image
With the image properties, you have more power and flexibility of using images as part of the background. These properties also control the alignment and scale of the images.
- Automatic Grid
With C1Sizer's Auto Grid option, you can create resolution-independent forms in a matter of seconds. Using this option automatically generates a grid layout based on the position of the placed controls.
- Style and Appearance
Style and customize the Sizer control as per your requirements. Add gradient backgrounds, 3-D borders and much more using various properties provided by the C1Sizer class.
See Also