What is the difference between page control and window control in wpf?
Answer Posted / Cheta Saxena
A Page in WPF is a child of an Application object and is used to create lightweight, single-screen user interfaces. Pages are often used for application navigation. A Window in WPF represents a standalone window and can contain multiple pages or other controls. Windows are more heavyweight and provide additional features such as resizing and minimizing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category