@mendix/extensions-api - v0.2.4
    Preparing search index...

    Interface ScrollContainer

    interface ScrollContainer {
        $CreationOptions?: ScrollContainerCreationOptions;
        $ID: string;
        $Type: "Pages$ScrollContainer";
        alignment: AlignmentEnum;
        appearance: Appearance;
        bottom: null | ScrollContainerRegion;
        center: ScrollContainerRegion;
        layoutMode: LayoutModeType;
        left: null | ScrollContainerRegion;
        name: string;
        nativeHideScrollbars: boolean;
        right: null | ScrollContainerRegion;
        scrollBehavior: ScrollBehavior;
        tabIndex: number;
        top: null | ScrollContainerRegion;
        width: number;
        widthMode: SizeMode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$ScrollContainer"

    The type of the element.

    alignment: AlignmentEnum
    appearance: Appearance
    bottom: null | ScrollContainerRegion
    layoutMode: LayoutModeType
    name: string
    nativeHideScrollbars: boolean
    right: null | ScrollContainerRegion
    scrollBehavior: ScrollBehavior
    tabIndex: number
    width: number
    widthMode: SizeMode