Version

ColumnSizing Property

Returns or sets a value indicating whether the user can change the value of the ColumnWidth property by dragging the right edge of a PrimaryInterval column header.
Syntax
'Declaration
 
Public Property ColumnSizing As TimelineViewColumnSizing
public TimelineViewColumnSizing ColumnSizing {get; set;}
Remarks

The UltraTimelineView control can be configured to display various different time intervals nested within one another, but only the columns whose headers reside in the bottom row provide resizing capability. The ColumnSizing property determines whether the width of these columns can be changed via the user interface, and whether the user can initiate this change from the headers, time slot borders, or both.

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