Determines how the popup will be resized when the content changes its size.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public enum AutoSizeMode
Visual Basic
Public Enumeration AutoSizeMode

Members

Member nameValueDescription
GrowAndShrink0 Change its size according to the content size
GrowOnly1 Grows its size when the content is bigger but remains unchanged when the content size is smaller.
GrowHorizontally2 Grows its size horizontally, but it shrink its size vertically if needed.

See Also