Search
Calendar.setColumnResizeCursorH Method
See Also
 






Sets the cursor that is displayed when a column can be resized or is being resized in a horizontal CalendarView.Timetable view.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setColumnResizeCursorH (
    Cursor value
)

 Parameters

value

One of the Cursor constants.

 Remarks

To let users resize the columns in a timetable view, set TimetableSettings.setAllowResizeColumns to true.

 See Also