Editing UI Elements and trying to code it does not have any effect on the RadDropDownList ddb_1.
The SELECTED item in the box is blue. Which is good. But all items in the list are still black...
Please , help me to make list items in the list blue color. Please see attached pictures.
Same problem with the treeview...
The SELECTED item in the box is blue. Which is good. But all items in the list are still black...
ddb_1.DropDownListElement.ForeColor = Color.FromArgb(21, 66, 139);
ddb_1.DropDownListElement.ListElement.ForeColor = Color.FromArgb(21, 66, 139);
ddb_1.DropDownListElement.ListElement.ElementTree.RootElement.ForeColor = Color.FromArgb(21, 66, 139);
Please , help me to make list items in the list blue color. Please see attached pictures.
Same problem with the treeview...