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.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public void BringTimeIntoView( DateTime time, bool forceTopLeft ) |
Visual Basic (Declaration) |
---|
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.