Version

BringItemIntoView Method

Syntax
'Declaration
 
Protected Sub BringItemIntoView( _
   ByVal rfTree As Infragistics.Windows.DataPresenter.RecordFilterTreeControl, _
   ByVal item As Infragistics.Windows.DataPresenter.RecordFilterTreeItem _
) 
protected void BringItemIntoView( 
   Infragistics.Windows.DataPresenter.RecordFilterTreeControl rfTree,
   Infragistics.Windows.DataPresenter.RecordFilterTreeItem item
)
protected: void BringItemIntoView( 
   Infragistics.Windows.DataPresenter.RecordFilterTreeControl* rfTree,
   Infragistics.Windows.DataPresenter.RecordFilterTreeItem* item
) 

Parameters

rfTree
item
Requirements

Target Platforms: 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