myMapTip.Title = item.Value.ToString();
myMapTip.Height = 300;
myMapTip.Width = 300;
graphic.MapTip = myMapTip;
myMapTip.GraphicsLayer = graphicsLayer;
This code shows my tool tip with the attribute data but the attribute data hides after just a few seconds, any suggestions to keep the attribute data visible?