Version

TimelineViewColumnSizing Enumeration

Determines whether the user can change the size of the columns displayed by the UltraTimelineView control.
Syntax
'Declaration
 
Public Enum TimelineViewColumnSizing 
   Inherits System.Enum
public enum TimelineViewColumnSizing : System.Enum 
Members
MemberDescription
ColumnThe size of the columns that represents the PrimaryInterval can be changed by dragging the right edge of the column area that extends from the bottom of the header.
HeaderThe size of the columns that represents the PrimaryInterval can be changed by dragging the right edge of the header.
HeaderOrColumnCombines the 'Header' and 'Column' settings to allow dragging the right edge of the header, or the right edge of the column area that extends from the bottom of the header.
NoneThe size of the columns that represents the PrimaryInterval cannot be changed by the user.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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