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: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void EnsureVisible (
    Item item
)

Visual Basic  Copy Code

Public Sub EnsureVisible( _
    item As 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