PocketPlanner 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.Compact
Assembly: PocketPlanner

 Syntax

C#

public void EnsureVisible (
    Item item
)

Visual Basic

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