'Declaration Public Property Enabled As System.Boolean
public System.bool Enabled {get; set;}
'Declaration Public Property Enabled As System.Boolean
public System.bool Enabled {get; set;}
This property has no effect at design time. Child controls are automatically resized at run time only.
If you need to create controls at run time, you should set the Enabled property to false, create the controls, then set it back to true. This will allow C1SizerLight to update its internal layout information.