Version

TimelineViewColumnAutoSizing Enumeration

Determines whether the value of the ColumnWidth property is set to the ideal width for the PrimaryInterval by double-clicking the adjustable area of the header.
Syntax
'Declaration
 
Public Enum TimelineViewColumnAutoSizing 
   Inherits System.Enum
public enum TimelineViewColumnAutoSizing : System.Enum 
Members
MemberDescription
AllVisibleIntervalsThe ideal width of all members of the VisibleIntervals collection are considered when determining the value for the ColumnWidth property. For example, if a DateInterval is displayed above the primary interval with a format of 'MM/dd/yyyy', the column width calculation logic columns will consider that format as well when determining the value of the ColumnWidth property, so that the header text for the AdditionalIntervals will be fully visible.
NoneAuto-sizing of column widths is not supported.
PrimaryIntervalOnlyOnly the ideal width of the PrimaryInterval is considered when determining the value for the ColumnWidth property.
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