[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.BringTimeIntoView

BringTimeIntoView Method

BringTimeIntoView(DateTime, bool)

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.

Declaration
public void BringTimeIntoView(DateTime time, bool forceTopLeft)
Parameters
Type Name Description
DateTime time

DateTime whose UI representation should be made visible.

bool forceTopLeft

Indicates whether an attempt to make the requested UI element a top left one should be performed.