https://github.com/dotnetrussell/uwp_page_inheritance_bug
https://github.com/dotnetrussell/uwp_page_inheritance_bug
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dotnetrussell/uwp_page_inheritance_bug
- Owner: DotNetRussell
- Created: 2019-07-17T16:25:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T13:13:03.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T09:12:16.925Z (over 1 year ago)
- Language: C#
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UWP Page Inheritance Bug
Related Stack Overflow Question: https://stackoverflow.com/questions/57064473/creating-a-subclass-of-page-in-uwp
I believe this might be a bug in the UWP platform.
**Issue Summary:**
When subclassing page, you're unable to modify its control template. You can't restyle it. You can't create a subclass of it and provide your own template. Basically any modification of the UI of Page doesn't work as far as I can tell.