Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3045
How do you stack alert windows?
posted

Is there a sample code for stacking multiple alerts just like Outlook?

Parents
No Data
Reply
  • 4940
    Offline posted

    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;

     

Children
No Data