C1.Web.Mvc Namespace / Code93 Class / AutoWidth Property

In This Topic
AutoWidth Property (Code93)
In This Topic
Gets or sets a value indicating whether the control width should automatically change along with the Value length.
Syntax
'Declaration
 
<JsonAttribute(1)>
<DefaultValueAttribute(True)>
Public Overridable Property AutoWidth As Boolean
 
Remarks
If you set this property value to false, you should ensure that the control has some reasonable *CSS width*
See Also