Why is the form / page in my UWP app truncated at run time (doesn't reflect design time size)?
问题 At design time in my UWP app, I've left enough room for everything I want (six buttons across the top and a TextBlock which will ultimately contain more text): Note too, the textBlocks at the bottom of the page. At runtime, the top TextBlock is terribly truncated, and all of the TextBlocks at the bottom of the form/page don't display at all, presumably for the same reason: If this is working as designed (by Microsoft, that is, not by me), what do I need to do to fall in line with the accepted