MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.EnsureVisible Method (Item, Resource)
See Also
 





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

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public void EnsureVisible (
    Item item,
    Resource reference
)

Visual Basic  Copy Code

Public Sub EnsureVisible ( _
    item As Item, _
    reference As Resource _
)

 Parameters

item
The schedule Item to scroll into view.
reference
A reference to Task, Location, Contact or Resource whose group to display in the 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

EnsureVisible Method Overload List
Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace