Native Groupbox

Content Type: Widget
Categories: Mobile

Overview

Groupbox where header and content can use Mendix Widgets.

Documentation

React Native customisable flatlist

Description

This is a custom groupbox widget, which enables you to have a groupbox with other Mendix widgets in both the header and content sections. The expand and collapse icons can also be dynamically selected and a start collapsed feature is ready to use.

Typical usage scenario

This widget was build to let developers choose what should be displayed in the groupbox header. You want a image in the groupbox header, go right ahead. Just display a title, just add the text widget. This makes it easy to create your own custom groupboxes on the fly.

Features and limitations

Features:

  • Add your own widgets in the header and content section of a groupbox

Limitations:

  • Let me know!

Dependencies

  • Mendix 8.15.0 and higher

Installation

Download the widget from the marketplace and place on a native page

Configuration

None, really. Just add your widgets in the header and content sections and your custom groupbox is done.

Bugs

None, please report bugs to Github.

Releases

Version: 1.0.0
Framework Version: 8.15.0
Release Notes: Added StartCollapse functionality