ComponentOne FlexGrid for UWP
AutoSizeMode Enumeration

C1.UWP Assembly > C1.Xaml Namespace : AutoSizeMode Enumeration
Determines how the popup will be resized when the content changes its size.
Syntax
'Declaration
 
Public Enum AutoSizeMode 
   Inherits System.Enum
public enum AutoSizeMode : System.Enum 
Members
MemberDescription
GrowAndShrinkChange its size according to the content size
GrowHorizontallyGrows its size horizontally, but it shrink its size vertically if needed.
GrowOnlyGrows its size when the content is bigger but remains unchanged when the content size is smaller.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.AutoSizeMode

See Also

Reference

C1.Xaml Namespace