Search
Calendar.getColumnResizeCursorH Method
See Also
 






Gets 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 Cursor getColumnResizeCursorH ()

 Return Value

One of the Cursor constants. The default is Cursor.HSplit.

 Remarks

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

 See Also