Search
TimetableSettings.setAllowResizeColumns Method
See Also
 






Sets a value indicating whether the users can resize timetable columns.

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

 Syntax

Java  Copy Code

public void setAllowResizeColumns (
    Boolean value
)

 Parameters

value

true to let users resize the view columns; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also