Version

GetLayoutItemDimensions Method

For internal use. Returns dimensions of layout items. It contains entries for only the visible items.
Syntax
'Declaration
 
Protected Overridable Function GetLayoutItemDimensions( _
   ByVal layoutContainer As Infragistics.Win.Layout.ILayoutContainer, _
   ByVal containerContext As Object _
) As Infragistics.Win.Layout.GridBagLayoutItemDimensionsCollection
protected virtual Infragistics.Win.Layout.GridBagLayoutItemDimensionsCollection GetLayoutItemDimensions( 
   Infragistics.Win.Layout.ILayoutContainer layoutContainer,
   object containerContext
)

Parameters

layoutContainer
containerContext
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