CanGrow Property (Container)
In This Topic
Gets or sets a value indicating whether the container can grow when the size of its content is greater than the size of the container.
Syntax
'Declaration
Public Property CanGrow As Boolean
public bool CanGrow {get; set;}
Property Value
A
System.Boolean value where
true
indicates that the container can grow; otherwise,
false
.
See Also