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

Determines how the list area will be scrolled.

Syntax

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

Members

MemberDescription
ColumnsThe horizontal scroll bar will receive a value based on the number of columns in the list not including the pre-column.
WidthThe horizontal scroll bar will receive a value based upon the total width of all columns and the pre-column.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.enumHorzScrollType

Requirements

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

See Also