I want to draw a bitmap between the checkbox and the text of a the items of a TCheckListbox. When I activate the lbOwnerDrawFixed style, however, the checkbox gets lost, and I have to redraw it by myself. Looking at the sources of TCheckListbox I cannot find the code which does the drawing of the checkboxes. How is this done? Doing a google search I found code using the ThemeServices. But is this platform-independent?