Mårten
Mårten

Reputation: 41

C#: GroupBox borders are drawn incorrectly, using WPF and XAML

This is what my groupBox looks like: https://i.sstatic.net/eZQgs.png There is nothing placed on top of the groupBox or anything like that. Some groupboxes are correct, some are not. I have no clue what's wrong :-/

I intended to disable hardware graphics support to see if there was a change, but the registry path given in the msdn-guide wasn't found on this computer.

I'm running WinXP and using an internal intel graphics card.

Upvotes: 1

Views: 840

Answers (1)

CodingGorilla
CodingGorilla

Reputation: 19872

Run it on a different computer, try to reproduce the problem. If the problem is not reproducable then its likely something to do with that computer and there's nothing in code that's going to fix it (which I suspect is probably the case).

Upvotes: 1

Related Questions