Search
ListViewSettings.getEnableVirtualItemSpace Method
See Also
 






Gets 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 Boolean getEnableVirtualItemSpace ()

 Return Value

A Boolean value.

 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