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

sizeHiddenColumns
True to resize columns that are hidden; otherwise false.
autoSizeType
Resizes all columns in all bands 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 PerformAutoResizeColumns( _
   ByVal sizeHiddenColumns As Boolean, _
   ByVal autoSizeType As PerformAutoSizeType _
) 
C# 
public void PerformAutoResizeColumns( 
   bool sizeHiddenColumns,
   PerformAutoSizeType autoSizeType
)

Parameters

sizeHiddenColumns
True to resize columns that are hidden; otherwise false.
autoSizeType

See Also