Table of Contents

Enum ZoneReflowStrategy

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Specifies the strategy used to reflow web parts within a zone.

public enum ZoneReflowStrategy

Fields

LeftToRight = 1

webparts from from left to right

TopToDown = 0

webparts flow from top to bottom

Remarks

A reflow strategy determines the arrangement of web parts when resizing or reorganizing a zone. Use TopToDown to arrange web parts vertically, or LeftToRight to arrange them horizontally.