Attempts to bring into the view a UI element representing a VisualInterval that includes the specified time in the current scheduler view. Optionally tries to make the element to be a top left element of the view.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public void BringTimeIntoView(
	DateTime time,
	bool forceTopLeft
)
Visual Basic
Public Sub BringTimeIntoView ( _
	time As DateTime, _
	forceTopLeft As Boolean _
)

Parameters

time
Type: System..::..DateTime
DateTime whose UI representation should be made visible.
forceTopLeft
Type: System..::..Boolean
Indicates whether an attempt to make the requested UI element a top left one should be performed.

See Also