Triggers an event or sets a boolean when the widget's DIV is scrolled into view.
- Trigger a Mendix event when the widget is scrolled into view
- Sets a Mendix boolean to true when the widget is scrolled into view
- Trigger a Mendix event when the widget is scrolled out of view
- Have very long text, like terms and conditions, and need a way of knowing when the user has reached the end of the form before allowing them to continue with a Wizard.
- In combination with a Custom Grid to add virtual scrolling
- Prevent data on a page from loading until that section of the page has been scrolled into view.
- Add the widget onto the page in the location that needs to be detected
- Decide if the event should be allowed to trigger multiple times. Set the Allow Re-Run expression accordingly
- Set any combination of the 'Boolean to Set' attribute, 'Into View Action', or 'Out of View Action'.
https://widgettesting105-sandbox.mxapps.io/p/scroll-into-view-detector
https://github.com/bsgriggs/mendix-scroll-into-view-detector/issues
Benjamin Griggs 2023-2025