-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Can not "Control / Set Disabled" Background Colour Of Comboboxes, in DropDown
mode
#662
Comments
Trying to remember of the top of my head, but when in "DropDown" then there is an edit component, therefore it will also need to be overridden. |
I can wait Thanks for the help |
This is turning me in circles.. |
DropDown
mode
@MattH-Work @Wagnerp |
DropDown
modeDropDown
mode
All of the comboxes in the attached image are using the DropDownStyle "DropDownList" and behave as expected
I am overriding the Back colour for both StateCommon & StateDisabled to be LightYellow
The Description combobox is using DropDownStyle "DropDown" and as you can see has the LightYellow backround (again I am overriding both StateCommon & StateDisabled)
BUT...
Where has the Grey box come from?
Is this a bug, or do I need to override soemthing else?
I find the same issue with any combobox using DropDownStyle "DropDown"
Note, the Groupbox that hosts all the controls is currently disabled (Enabled = False), when enabled ALL comboxes display as expected
Cheers
MattH
The text was updated successfully, but these errors were encountered: