Hi
I can't work out how to set the hot tracking properties for an ultracombo from the style sheet. I can get it working fine for the UltraComboEditor, but I can't find the corresponding property in the AppStylist for the ultracombo?
Hi Tom,
Thank you for contacting Infragistics Developer Support.
If you want to change the hot tracking properties of the combo rows you need to change the properties of the GridRow. Most of the things that you change in the grid with the AppStylist will be also applied to the combo. From the combo itself you can only change the appearance of the edit portion and the dropdown arrow.
I have attached a sample with an *.isl file in which I have modified the hot tracking properties of the dropdown arrow and the combo rows.
Let me know if you have any additional questions.
Sorry, should have been clearer in my original post; the thing I want to hot track is the text in the combo when it is rolled up and not in edit mode. All the rest of the editors (text boxes, ultracomboeditors etc.) can change colour when I hover the mouse over their text areas, but not the ultracombo? It's very obviously not consistent when you are moving the mouse around in the UI?