Search
ListViewSettings.setEnableVirtualItemSpace Method
See Also
 






Sets a value indicating whether items in the list view can be scrolled through.

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

 Syntax

Java  Copy Code

public void setEnableVirtualItemSpace (
    Boolean value
)

 Parameters

value

A Boolean value. Set to null to use the corresponding value from the current theme.

 Remarks

Use this property to override the default behavior of the vertical scrollbar (in a horizontal CalendarView.List view) or the horizontal scrollbar (in a vertical CalendarView.List view). When this property is enabled, the appropriate scrollbar will scroll through the items that are not visible within the view (due to insufficient space) rather than scroll through the cells associated with resources in a grouped CalendarView.List view.

 See Also