'Declaration Public Enum TimelineViewColumnAutoSizing Inherits System.Enum
public enum TimelineViewColumnAutoSizing : System.Enum
Member | Description |
---|---|
AllVisibleIntervals | The 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. |
None | Auto-sizing of column widths is not supported. |
PrimaryIntervalOnly | Only the ideal width of the PrimaryInterval is considered when determining the value for the ColumnWidth property. |
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