Android Question [AS SelectionList]How to set the background color of the selected items in the AS SelectionList

byz

Active Member
Licensed User
I'm excited that AS SelectionList supports a search function, either SearchByText or SearchByValue, with the TextChanged event of the TextField. It can do real-time search and filtering functions.,I see that I can set the background color of the whole list, the background color of the list area.
But I have three questions.
1. Is it possible to set the background color and font color of the selected item?
2. Can I set the padding of panel background and list background? The default in the example is that there is some spacing.
3. Can the length of the separator be set to padding? Or that the default width is equal to the list width.
 
Last edited:

Alexander Stolte

Expert
Licensed User
Longtime User
Yes, have a look at this:
 
Upvote 1
Solution
Top