Klik! Support Admin Group


Joined: October 01 2003 Location: Turkey Posts: 313
|
| Posted: July 14 2010 at 7:31am | IP Logged
|
|
|
Hello Douglas,
Each control in your form/usercontrol is represented as an
SLControl class inside the Controls
collection of SLResizer component. In runtime, you can get
the SLControl class associated with your control and adjust
the resizing properties like this :
Klik.Windows.Forms.SizeLib.v3.SLControl MySLControl =
slResizer1.Controls.FromControl(MyControl);
MySLControl.ResizeFont = false;
__________________ Best Regards,
Klik! Support Team
|