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

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.

Overload List

OverloadDescription
PerformAutoResizeColumns(Boolean,PerformAutoSizeType) 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.  
PerformAutoResizeColumns(Boolean,PerformAutoSizeType,Boolean) 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.  
PerformAutoResizeColumns(Boolean,PerformAutoSizeType,AutoResizeColumnWidthOptions) 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.  

See Also