A custom list view meant for displaying a conversation, with focus on latest messages.
- Automatically scrolls to last message in listview
- Uses Mendix listview UI, so can be styled with "listview-stylingless", "listview-striped", etc
- Easy setup of max-height
- Custom empty list message
1 Add to your page as any other listview 2 Setup the datasource, ensure that the list of items is fetched in ascending order 3 Make your UI by dragging elements into the component, just as with a regular listview
https://github.com/bizzomate/bizzomateConversationList
Please use GitHub