Skip to content

ListView

Paweł Pastuszak edited this page Feb 8, 2016 · 11 revisions

This article applies to VisUI 1.0.0

ListView allows to create advanced lists. ListView is powerful and flexible, items views are created using list adapter which allows to huge view customization. List item selection can be enabled, it allows to both single and multiple selection mode. List is scrollable, you can specify custom table header and footer. Items can be sorted using supplied comparator.

TODO