Version

AdjustLevelWidths Method

Adjusts the width of column's in each level to make sure the level width doesn't exceed the group width
Syntax
'Declaration
 
Protected Sub AdjustLevelWidths( _
   ByVal indexStart As Integer, _
   ByVal byMouse As Boolean, _
   ByVal groupResize As Boolean, _
   ByVal duringDrag As Boolean, _
   ByVal groupWidth As Integer, _
   ByVal columnAdded As Boolean, _
   ByVal column As UltraGridColumn _
) 
protected void AdjustLevelWidths( 
   int indexStart,
   bool byMouse,
   bool groupResize,
   bool duringDrag,
   int groupWidth,
   bool columnAdded,
   UltraGridColumn column
)

Parameters

indexStart
byMouse
groupResize
duringDrag
groupWidth
columnAdded
column
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