Thanks in advance!
Url to GIF of the flickering. If I comment out the 'size' property, the flickering goes away and works great.
http://gyazo.com/fd5f1b932fc8159cf60dfe90e33b1ef4

Moderator: Arction_LasseP
Code: Select all
PointShapeStyle markerShape = new PointShapeStyle(null)
{
BorderWidth = 1,
//Height = Width = 21, //Width is form's width!
Height = this.PreferenceTrackPointShapeSize,
Width = this.PreferenceTrackPointShapeSize, //this Width is for PointShapeStyle
};