Determines how the popup will be resized when the content changes its size.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public enum AutoSizeMode |
| Visual Basic |
|---|
Public Enumeration AutoSizeMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| GrowAndShrink | 0 | Change its size according to the content size | |
| GrowOnly | 1 | Grows its size when the content is bigger but remains unchanged when the content size is smaller. | |
| GrowHorizontally | 2 | Grows its size horizontally, but it shrink its size vertically if needed. |