Search
Calendar.ensureVisible Method (Item)
See Also
 






Ensures that the item is visible within the control, scrolling the contents of the control if necessary.

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

 Syntax

Java  Copy Code

public void ensureVisible (
    Item item
)

 Parameters

item

The schedule Item to scroll into view.

 Remarks

This method does nothing if the item is not scheduled to occur in the time-period displayed in the current view.

 See Also