MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Scheduling.Wpf

 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

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