I’m developing a simple calendar control as Container Control.
It consists of 2 arrays of controls on a Canvas in Container Control. I use vertical lines. In the IDE these lines are aligned pixel perfect.
Behind the controls is a Canvas for a gradient effect.
But when running in the debugger or as build the lines go haywire.
How come?