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
webparts from from left to right
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.