CanShrink Property (RenderSection)
In This Topic
Gets or sets a value indicating whether the height of the current section can decrease automatically to fit the field's content.
Syntax
'Declaration
Public Property CanShrink As Boolean
public bool CanShrink {get; set;}
See Also