am I doing something wrong or is there an error in xCustomListview?
When I click on an item, the color of the item should change briefly and not the background of the item, right?
In the appendix an example with B4a and B4j.
You can disable the default selection effect and implement a different one. This is done by setting the "Pressed Color" designer property to transparent. You can then implement the selection effect in the ItemClick event.