MindFusion.Wpf Pack Programmer's Guide
Calendar.EnsureVisible Method (DateTime)
See Also
 





Ensures that the specified date 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 (
    DateTime date
)

Visual Basic  Copy Code

Public Sub EnsureVisible( _
    date As DateTime _
)

 Parameters

date
A DateTime instance identifying the date to scroll into view.

 Remarks

This method does nothing if the specified date is not included in the time-period displayed in the current view.

 See Also

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