ListViewPlus - additional methods for the ListView component

Hello. This is not possible with this extension. This extension only adds a few simple methods to the original ListView component. It's not easy to add many other methods to a ListView component from an extension. You need to look for an extension that creates the RecyclerView component from scratch. Or use the method with dynamic component creation.

1 Like