문제

I'm developing a windows phone app and I want to pop up a dialog when a button is clicked.That dialog will be custom and contain some information. In android it is simple, could I do it in windows phone?

도움이 되었습니까?

해결책

You can make use of popup control create a UI element of your need and add as child to the popup window and make the isopen property to true to show the dialog. For more information look here http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.popup%28v=vs.95%29.aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top