Scrollgrid views Describes how to implement scrollgrid views. Understanding scrollgrid viewsA 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 layoutDefine scrollgrid views in the LAYOUT section of the form definition file.Binding scrollgrids to arrays in dialogsProgram arrays act as data model that are bound to form scrollgrids, when implementing list dialogs.Controlling scrollgrid renderingScrollgrid rendering can be controlled by the use of presentation styles and scrollgrid attributes.Built-in scrollgrid featuresSeveral implicit list handling features are provided by scrollgrid views. Some list features are not supported in scrollgrid.Defining the action for a row choiceThe row choice in a SCROLLGRID can be associated with a dedicated action.Using scrollgrid on mobile devicesScrollgrid views render in a specific way on mobile devices, in order to take advantage of mobile device ergonomics.ExamplesSCROLLGRID (scrollgrid views) usage examples.