Scrollgrid views Describes how to implement scrollgrid views. Understanding scrollgrid views A scrollgrid view defines a graphical element to display a scrolling list of data records in a set of form fields positioned in a grid. Defining scrollgrid in the layout Define scrollgrid views in the LAYOUT section of the form definition file. Binding scrollgrids to arrays in dialogs Program arrays act as data model that are bound to form scrollgrids, when implementing list dialogs. Controlling scrollgrid rendering Scrollgrid rendering can be controlled by the use of presentation styles and scrollgrid attributes. Built-in scrollgrid features Several implicit list handling features are provided by scrollgrid views. Some list features are not supported in scrollgrid. Defining the action for a row choice The row choice in a SCROLLGRID can be associated with a dedicated action. Using scrollgrid on mobile devices Scrollgrid views render in a specific way on mobile devices, in order to take advantage of mobile device ergonomics. Examples SCROLLGRID (scrollgrid views) usage examples.