Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to make UWP Apps show controls?
Hi, When I create a UWP App and put controls, they doesn't show!

What I have tried:

I've tried:
A) Putting controls inside the "Page" of MainPage.xaml but it didn't work
B) Making them bigger, but no avail
C) Making them smaller, nothing
D) Putting them to the left AND making them smaller, but it didn't work, too
E) Putting them to the center and putting them to the right and making them bigger, smaller, No avail again.

How to solve this?
Posted
Comments
Richard MacCutchan 4-Mar-23 7:56am    
"How to solve this?"
Fix the code that is wrong. Seriously, how do you expect anyone to give an answer when we have no idea what your code is doing. Please use the Improve question link above, and add complete details of what is not working.
[no name] 4-Mar-23 12:00pm    
You have to run the program. Or write valid XAML. Or run the right page. A TextBlock is invisible unless it has a border or content. StackPanels can collapse into nothing. etc.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900