what is the best option in configuration manager (x86, x64 or ARM) for build an UWP app that runs in Microsoft SQ3 processor?
Gonzalez, Javier
40
Reputation points
Hello I'm working with UWP app that have to run in a tablet based on Windows 11 and it is using an SQ3 processor.
I'm running this line for hide a button in the UI:
Mybutton.Visibility = visibillity.Collapsed;
Testing in PC windows 10, the code line is working well. But testing in windows surface device using SQ3 is not working.
Sign in to answer