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
2025-04-02T13:35:09.81+00:00

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.

Universal Windows Platform (UWP)
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.