One very common filtering task is to only show rows that contain a certain string. iTunes does this with its "Search" box. EasyListView makes it very easy to implement this text filtering via a TextMatchFilter method.
NEW FEATURE: Animation.
It allows you to animate a whole list, row(s) or even cell(s).
Demo app:
NEW: Text filtering (TPS example)
NEW: Animations (XML example, local procedures ListAnimation, RowAnimation, CellAnimation)