Search Results for

    Show / Hide Table of Contents

    Enum ZoneReflowStrategy

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

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum ZoneReflowStrategy : int
    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.

    LeftToRight

    webparts from from left to right

    TopToDown

    webparts flow from top to bottom

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer