Search
ResourceViewSettings.setExpandActiveItemOn Method
See Also
 






Sets whether the active item should ignore collisions.

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

 Syntax

Java  Copy Code

public void setExpandActiveItemOn (
    ItemAction value
)

 Parameters

value

One of the ItemAction constants. Set to null to use the corresponding value from the current theme.

 Remarks

This only works if setViewStyle is set to ResourceViewStyle.General.

 See Also