3 different layouts
NextGrid6 can have 3 different views (Report, Slides, Stacks) of same, or different type. Each view is a separate object and may be easily customized via Views Editor. All views share the same data, but they display it in their own way:
Active view may be changed at any time with
- Report grid view displays cells a standard grid (table) layout.
- Slides grid view allows placing cells outside standard list/grid layout, and can be easily managed in design-time via visual Slides Editor.
- Stacks view allows stacking all cells of a row into a group.
Active view may be changed at any time with
ActiveView or ActiveViewIndex property:NextGrid61.ActiveView := NxReportGridView1;




