MindFusion WinForms Programmer's Guide
TimetableSettings.AllowResizeColumns Property
See Also
 





Gets or sets a value indicating whether the users can resize timetable columns.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State AllowResizeColumns { get; set; }

Visual Basic  Copy Code

Public Property AllowResizeColumns As State

 Property Value

Specify Enabled to let users resize the view columns; otherwise, Disabled. Assign Unspecified to this property to use the corresponding value from the current theme.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.WinForms Namespace