What is the difference between a Page and a Window in WPF when you are adding a new file in the Solution Explorer?

Jacob
Jacob
Member
56 Points
13 Posts

Hi,

What is the difference between a Page and a Window in WPF when you are adding a new file in the Solution Explorer?

Views: 8992
Total Answered: 1
Total Marked As Answer: 0
Posted On: 14-Jul-2015 23:34

Share:   fb twitter linkedin
Answers
sam
sam
Member
378 Points
48 Posts
         

Hi Jacob,

Pages are intended for use in Navigation applications (usually with Back and Forward buttons, e.g. Internet Explorer). Pages must be hosted in a NavigationWindow or a Frame

Windows are just normal WPF application Windows, but can host Pages via a Frame container

Posted On: 15-Jul-2015 05:21
 Log In to Chat