Version

TimelineViewOwnerSizing Enumeration

Determines whether the user can change the size of the rows which represent Owners in the UltraTimelineView control.
Syntax
'Declaration
 
Public Enum TimelineViewOwnerSizing 
   Inherits System.Enum
public enum TimelineViewOwnerSizing : System.Enum 
Members
MemberDescription
HeaderThe size of the rows that represent each Owner can be changed by dragging the bottom edge of the header.
HeaderOrRowCombines the 'Header' and 'Row' settings to allow dragging the bottom edge of the header, or the bottom edge of the row area that extends from the right of the header.
NoneThe size of the rows that represent each Owner cannot be changed via the user interface.
RowThe size of the rows that represent each Owner can be changed by dragging the bottom edge of the row area that extends from the right of the header.
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