Version

AutoSizeTimelineColumns Property

Gets / sets whether columns of the timeline portion of the GanttView will be automatically sized before printing.
Syntax
'Declaration
 
Public Property AutoSizeTimelineColumns As AutoSizeTimelineColumns
public AutoSizeTimelineColumns AutoSizeTimelineColumns {get; set;}
Remarks
The 'Optimized' option will use the minimum width of the timeline columns for the primary internal to determine the minimum number of pages on which all of the data can be printed. If there is extra horizontal space left over, the column width will be increased to utilize the maximum amount of horizontal space without creating any extra pages.
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