Gets the cursor that is displayed when a row header can be resized or is being resized in a CalendarView.ResourceView view.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public Cursor getRowHeaderResizeCursor () |
One of the Cursor constants. The default is Cursor.VSplit.
RemarksTo let users resize the row header in a resource view, set ResourceViewSettings.setAllowResizeRowHeaders to true.
See Also