Is there a sample code for stacking multiple alerts just like Outlook?
Getting alert windows to stack takes one line of code (or changing the property in the designer) that sets the property value for MultipleWindowDisplayStyle.
alertTweet.MultipleWindowDisplayStyle = Infragistics.Win.Misc.MultipleWindowDisplayStyle.Tiled;