Search code examples
c#windows-8custom-controlsmessagedialog

Create a Custom MessageDialog with scrolling


I have to show a popup in my Windows 8 C# app that displays a long list of information.

I want to do this in the same style as MessageDialog, but MessageDialog does not allow scrolling so I need some form of custom MessageDialog, but am not sure how to do so.


Solution

  • Callisto will help you with custom message dialog

    GitHub

    NuGet

    Visual Studio Gallery