Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / BringTimeIntoView Method
DateTime whose UI representation should be made visible.
Indicates whether an attempt to make the requested UI element a top left one should be performed.

In This Topic
    BringTimeIntoView Method
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Public Sub BringTimeIntoView( _
       ByVal time As Date, _
       ByVal forceTopLeft As Boolean _
    ) 
    public void BringTimeIntoView( 
       DateTime time,
       bool forceTopLeft
    )

    Parameters

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