Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Grid Dropdown
posted

I have a column in an UltraWinGrid, which has a style set to "DropDownList", and have it binded to a ValueList.

The valuelist shows fine, problem is when I hover with the mouse over any of the ValueListItems, the forecolor of the ValueListItem turns "white", which is the same backcolor of the ValueList, thus making it  invisible while it's hovered..

I haven't changed anything that has to do with "hover".

Print Screen:

Please help guys.

  • 4940
    Offline posted

    It appears as you're using a style library that has font color changed during Active/HotTracked states.

    To fix that issue you'd have to open up AppStylist and pull up the properties for GridCell. In the "Common States" tab of these properties you'll notice Active and HotTracked tabs that will allow you to change the font color that appears during those states.

    If your project isn't using AppStylist, you might want to look for those same states in the properties of the UltraGrid within Visual Studio to fix the font color.