Version

EnsureTaskInView Method

Brings the specified Task into the viewable area of the control.
Syntax
'Declaration
 
Public Function EnsureTaskInView( _
   ByVal task As Infragistics.Win.UltraWinSchedule.Task, _
   ByVal firstRow As Boolean _
) As Boolean
public bool EnsureTaskInView( 
   Infragistics.Win.UltraWinSchedule.Task task,
   bool firstRow
)

Parameters

task
The Task to be brought into view.
firstRow
Boolean value indicating whether the task should appear in the first row of the task grid if possible.

Return Value

A boolean value indicating whether the operation was successful. Failure implies that the task's Project is different than the project returned from the control's Project property.
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