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.
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: