OpenSaveDialogFormListColumnType Property

Gets or sets value that determines the style of list of files in OpenSaveDialogForm.

Definition

Namespace: BeeMobile.OpenSaveDialog
Assembly: BeeMobile.OpenSaveDialog.NET48 (in BeeMobile.OpenSaveDialog.NET48.dll) Version: 4.8.1.3
C#
public ColumnType ListColumnType { get; set; }

Property Value

ColumnType

Remarks

If value is OneColumn, files and folders will be listed in standard list format. E.g.: Folder 1 Folder 2 Folder 3 Folder 4

When ListColumnTypes is set to TwoColumn, files and folders will be listed in two column manner. E.g.: Folder 1 Folder 2 Folder 3 Folder 4

See Also