Infragistics2.Win.UltraWinListView.v8.1
PerformAutoResize Method
See Also 
Infragistics.Win.UltraWinListView Namespace > UltraListViewColumnBase Class : PerformAutoResize Method

Sets the UltraListViewColumnBase.Width of this column to the value required to fully display the header text and/or the text for the items/sub-items that are currently within the control's viewable area.

Overload List

OverloadDescription
PerformAutoResize() Sets the UltraListViewColumnBase.Width of this column to the value required to fully display the header text and/or the text for the items/sub-items that are currently within the control's viewable area.  
PerformAutoResize(ColumnAutoSizeMode) Sets the UltraListViewColumnBase.Width of this column to the value required to fully display the header text and/or the text for the affected items/sub-items, as specified by the value of the autoSizeMode parameter.  

See Also