| The Basics > Choosing a Column Layout > Customized Layouts |
At design time, you can cause True DBList to configure to the Data control's Recordset by selecting Retrieve Fields from the list's context menu. The list will create a column for each field in the Recordset (Data control), using the corresponding field name for each column's caption. You can customize each column using the Columns and Splits property pages. The design-time custom layout can be canceled using the Clear Fields option of the list's context menu, or by invoking the list's ClearFields method in code.