ListField.SnakedList Property

Definition

Gets a value indicating whether the list items wrap into multiple columns. If this property is set to true, then the items in the list field will be snaked to form columns if there are too many items to fit in the space currently occupied by the list. The current # of possible visible rows and columns is dynamically calculated so that the list will maximize the number of entries that can be shown in its current size.

public:
 property bool SnakedList { bool get(); };
public bool SnakedList { get; }
member this.SnakedList : bool
Public ReadOnly Property SnakedList As Boolean

Property Value

Applies to