| C1.Win.C1List.4 Assembly > C1.Win.C1List.ListBase Namespace > C1ListBase Class : DefColWidth Property |
'Declaration Public Property DefColWidth As System.Integer
public System.int DefColWidth {get; set;}
Setting the DefColWidth property at run time does not affect existing columns, only those that are subsequently created in code.
In bound mode, some data sources do not provide text field widths when requested by the list. Therefore, if DefColWidth is 0, the actual column widths may not be what you expect since the list must supply a default width.