Using the example "CustomB4XDialogTemplate"
When the user clicks on an Item in the CLV, the item is briefly highlighted in Blue.
Is it possible to set the CLV so that the Item clicked will remain highlighted until another item is clicked?
You could set the PressedColor in Designer to transparent and handle the selection colors / duration yourself
There are many threads covering this .. here is one.
Hi all, With this view, how do you keep the touched row showing as selected with a color, example: blue? I've searched the forum with no examples. There is the Table view, but I don't need any headers and therefore sorting or searching. I have 4 Labels on a Layout that will be used with the...
This class extends xCustomListView library and adds more selection modes: MODE_SINGLE_ITEM_TEMP - The same as the default behavior. MODE_SINGLE_ITEM_PERMANENT - Single item is selected and the selection remains. MODE_MULTIPLE_ITEMS- Multiple items can be selected. There is also a helper method...