ViewLayout Enumeration

Defines the view layout types for listing files and folders.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.6
C#
public enum ViewLayout

Members

ExtraLargeIconsItems are tiled with extra large size icons at the top. Icons are maximum 256 x 256 pixels.
LargeIconsItems are tiled with large size icons at the top. Icons are maximum 96 x 96 pixels.
MediumIconsItems are tiled with medium size icons at the top. Icons are maximum 48 x 48 pixels.
SmallIconsItems are tiled with small size icons on the left. Icons are maximum 16 x 16 pixels.
DetailsItems are listed with small size icons on the left in a grid with sortable columns. Icons are maximum 16 x 16 pixels.
TilesItems are tiled with medium size icons on the left. Icons are maximum 48 x 48 pixels.

See Also