Hi
I want to change the background color of a listbox. I am able to change the color of listbox items text but not the list box! Is it possible to change the background color of listbox?
I have used the following code to change the color of listbox text:
iListBox->View()->ItemDrawer()->SetHighlightedTextColor(KRgbYellow);
iListBox->View()->ItemDrawer()->SetTextColor(KRgbRed);
And tried to use the followings for changing the color of listbox, but didn't succeed...
//iListBox->OverrideColorL(EColorControlBackground, KRgbGreen );
//iListBox->View()->ItemDrawer()->SetHighlightedBackColor(KRgbGreen);
//iListBox->View()->SetBackColor(KRgbRed);
//iListBox->View()->ItemDrawer()->SetBackColor(KRgbGreen);
Thanks....



