Skip to main content

ScrollingFrame

This was deprecated in 1.0.0

This item is deprecated. Do not use it for new work.

Creates an inertia based scrolling frame that is animated and has inertia frames Alternative to a Roblox ScrollingFrame with inertia scrolling and complete control over behavior and style.

Functions

new

ScrollingFrame.new(
guiBaseGui--

Gui to use

) → ScrollingFrame

Creates a new ScrollingFrame which can be used. Prefer Container.Active = true so scroll wheel works. Container should be in a Frame with ClipsDescendants = true

Show raw api
{
    "functions": [
        {
            "name": "new",
            "desc": "Creates a new ScrollingFrame which can be used. Prefer Container.Active = true so scroll wheel works.\nContainer should be in a Frame with ClipsDescendants = true",
            "params": [
                {
                    "name": "gui",
                    "desc": "Gui to use",
                    "lua_type": "BaseGui"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "ScrollingFrame"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 30,
                "path": "src/scrollingframe/src/Client/ScrollingFrame.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "ScrollingFrame",
    "desc": "Creates an inertia based scrolling frame that is animated and has inertia frames\nAlternative to a Roblox ScrollingFrame with inertia scrolling and complete control over behavior and style.",
    "deprecated": {
        "version": "1.0.0",
        "desc": null
    },
    "source": {
        "line": 8,
        "path": "src/scrollingframe/src/Client/ScrollingFrame.lua"
    }
}