Table of Contents

Method RequireDefaultColumns

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RequireDefaultColumns()

Initializes the default columns for the file list box, including columns for file name, date modified, and file size, with predefined widths and identifiers.

public virtual void RequireDefaultColumns()

Remarks

Call this method to ensure that the file list box contains the standard set of columns in the order specified by the ColumnsOrder property. This is typically used to reset or configure the default column layout before displaying file information.