I want to set a gradient background for the selected item in my AdvancedDataGrid
How can I do it?
Thanks a lot Vladimir
I want to set a gradient background for the selected item in my AdvancedDataGrid
How can I do it?
Thanks a lot Vladimir
Copyright © 2021 Jogjafile Inc.
You could extend AdvancedDataGrid as in the example below:
Other functions you could consider overriding are: drawHighlightIndicator and drawCaretIndicator (which have the same structure). As for the secondaryColor you could leave it hard-coded, or define a style for it.