AutoSizeMode

AutoSizeMode enum

Defines how autosize works.

enum class AutoSizeMode

Values

NameValueDescription
GrowAndShrink0Control grows and shrinks as neccessary. It can not be resized manually.
GrowOnly1Control grows as neccessary but can’t shrink below minimal size. It can be resized manually.

See Also