Version

EnsureVisible Method (TimeSlot)

Ensures that the time slot is visible. Scrolls it into view if it is not.
Syntax
'Declaration
 
Public Sub EnsureVisible( _
   ByVal forceIntoFirstVisibleTimeSlot As Boolean _
) 
public void EnsureVisible( 
   bool forceIntoFirstVisibleTimeSlot
)

Parameters

forceIntoFirstVisibleTimeSlot
If possible, forces the timeslot to be the first visible time slot.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also