Intersoft ClientUI Documentation
ResizeUnitType Enumeration



Specifies the constants that describe how UXGridView elements, such as columns, are sized.
Syntax
Public Enum ResizeUnitType 
   Inherits System.Enum
Dim instance As ResizeUnitType
public enum ResizeUnitType : System.Enum 
public enum class ResizeUnitType : public System.Enum 
Members
MemberDescription
Auto The unit of measure is based on the size of the cells and the column header.
Pixel The unit of measure is expressed in pixels.
SizeToCells The unit of measure is based on the size of the cells.
SizeToHeader The unit of measure is based on the size of the column header.
Star The unit of measure is a weighted proportion of the available space.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Data.ResizeUnitType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Data Namespace

Send Feedback