You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dark mode, the divider line between the UpButton and DownButton in bothDomainUpDownand NumericUpDown controls becomes invisible when the mouse hovers over the buttons or when they are clicked. This results in a lack of visual separation between the buttons, negatively impacting the user interface's clarity and usability. It doesn't repro in classic mode.
Just run app:
Hover the mouse over the UpButton and DownButton, or click on them:
Steps to reproduce
Create Winforms .NET application with targeting .NET 10
Add DomainUpDown/NumericUpDown control in form designer