Infragistics(R) NetAdvantage(R) Windows Forms
PerformAutoResize(PerformAutoSizeType) Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace > UltraGridColumn Class > PerformAutoResize Method : PerformAutoResize(PerformAutoSizeType) Method

autoSizeType
Resizes the column based on cell values in either currently visible rows or all rows depending on the value of autoSizeType argument.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub PerformAutoResize( _
   ByVal autoSizeType As PerformAutoSizeType _
) 
C# 
public void PerformAutoResize( 
   PerformAutoSizeType autoSizeType
)

Parameters

autoSizeType

See Also