c# - Changing Windows Scale (100%, 125% etc) creates graphics glitch winforms -
i'm working on windows forms application users use native windows scale fonts/apps functionality.
when winforms app open, , change scale either or down - around 50% of time black boxes outline controls , text until redrawn/shown (changing selected tab , forth redraws of controls , fixes this).
i've tried setting autoscalemode , setting font stay @ set size doesn't solve issue.
i've looked using resize , formsizechanged events form - these aren't being fired when user changes scale.
any massively appreciated.
thanks
Comments
Post a Comment