Type | Description | |||
Boolean | A boolean expression indicating whether the control will automatically size its visible columns to fit on the control's client width. |
By default, the ColumnAutoResize property is set to True, ensuring that all visible columns are resized to fit within the control's client area. You can use this property to enable or disable the automatic adjustment of column widths to match the available space. Use the Add method to add new columns to the control's Columns collection. Use the Width property to change the column's width. Use the Visible property to hide a column. Use the ContinueColumnScroll property to specify whether the user scrolls the control's content column by column or pixel by pixel. If the ColumnAutoResize property is True, the control does not display the control's horizontal scroll bar. Use the ScrollBars property to show or hide the control's scroll bars. By default, the control adds scroll bars when required.