0

I'm making a universal Windows app that uses the Windows.UI.Popups.ContentDialog class in the Windows Phone section. What I need is that class for Windows (it is only supported in Windows Phone). I can't seem to find anything about it, so I was wondering if any of you did.

Thanks!

Greg Whatley
  • 1,020
  • 1
  • 13
  • 32

1 Answers1

0

I'm sure there's plenty of information available about this, see this and this.

There is no equivalent control available for Windows. You'll have to implement it yourself. You can use a Flyout.

Community
  • 1
  • 1
Decade Moon
  • 32,968
  • 8
  • 81
  • 101