ListField.SnakedList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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