MindFusion WinForms Programmer's Guide
Calendar.ColumnResizeCursorH Property
See Also
 





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

 Syntax

C#  Copy Code

public Cursor ColumnResizeCursorH { get; set; }

Visual Basic  Copy Code

Public Property ColumnResizeCursorH As Cursor

 Property Value

An instance of the .NET Cursor class. The default is Cursors.HSplit.

 Remarks

To let users resize the columns in a timetable view, set TimetableSettings.AllowResizeColumns to Enabled.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace
ColumnResizeCursorV Property