OlIconViewPlacement Enum

Definition

Indicates how icons are arranged in an IconView object.

public enum class OlIconViewPlacement
public enum OlIconViewPlacement
Public Enum OlIconViewPlacement
Inheritance
OlIconViewPlacement

Fields

olIconAutoArrange 2

Icons are automatically lined up and arranged to prevent gaps or overlaps, but are not sorted.

olIconDoNotArrange 0

Icons are not automatically sorted, lined up, or arranged.

olIconLineUp 1

Icons are automatically lined up, but are not sorted or arranged.

olIconSortAndAutoArrange 3

Icons are automatically sorted, lined up, and arranged to prevent gaps or overlaps.

Applies to