[]
        
(Showing Draft Content)

C1.WPF.AutoSizeMode

AutoSizeMode Enum

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

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public enum AutoSizeMode

Fields

Name Description
GrowAndShrink

Change its size according to the content size

GrowHorizontally

Grows its size horizontally, but it shrink its size vertically if needed.

GrowOnly

Grows its size when the content is bigger but remains unchanged when the content size is smaller.