Gets or set the cursor that is displayed when a column can be resized or is being resized in a horizontal Timetable view.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Cursor ColumnResizeCursorH { get; set; } |
Visual Basic Copy Code |
---|
Public Property ColumnResizeCursorH As Cursor |
An instance of the .NET Cursor class. The default is Cursors.HSplit.
To let users resize the columns in a timetable view, set TimetableSettings.AllowResizeColumns to Enabled.