Version

PositionChildElementsHelper Method

Positions any additional child elements after the main embeddable element has been positioned.
Syntax
'Declaration
 
Protected Overrides Sub PositionChildElementsHelper( _
   ByVal oldChildElements As Infragistics.Win.UIElementsCollection _
) 
protected override void PositionChildElementsHelper( 
   Infragistics.Win.UIElementsCollection oldChildElements
)

Parameters

oldChildElements
The old child elements collection from the previous positioning logic.
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