i am working on checklistBox, wherein, i am filling the checklistBox at runtime from database, now while filling i check, for a condition, if its false than, that ListItem in CheckListBox should be disabled, else it should be enabled, its working properly, but i want to go one step ahead and want to change the background color of the disabled listItem. how to change the ListItem background color of the selected listItem.
相关问题
- DBGrid - How to set an individual background color
- How to change default background color for TChromi
- Stop location updates when app terminate
- Is it possible to have a element transparent and s
- How do I change the color of the navigation bar ic
相关文章
- Emacs/xterm color annoyance on Linux
- matplotlib bwr-colormap, always centered on zero
- MeshLab: How to import XYZRGB file
- ChartJS. Change axis line color
- Listview background is grey on Droid 3
- set foreground color in FrameLayout in android pro
- Changing background color for a text annotation to
- Keras: Visualize ImageDataGenerator Output
Thanks guys, I got the answer for my question..
In the for loop, this statement will change the color of checkBox within checklistBox: