[]
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.
[Obsolete("Use Overflow.Grow instead")]
public bool CanGrow { get; set; }
Type | Description |
---|---|
bool | A bool value where |
This property is obsolete. Use Grow instead.