dbicList Send comments on this topic.
enumItemHeightType Enumeration
See Also  
dbicBase Assembly > Dbi.WinControl Namespace : enumItemHeightType Enumeration

Determines if the item height can be resized.

Syntax

Visual Basic (Declaration) 
Public Enum enumItemHeightType 
   Inherits System.Enum
C# 
public enum enumItemHeightType : System.Enum 

Members

MemberDescription
FixedThe item height is a fixed size and cannot be resized with the mouse.
VariableThe item height is a variable size and can be resized with the mouse.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.enumItemHeightType

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also