NOTE: The below issue is related ONLY to WPF - .NET Core 3.0 project and NOT for WPF - .NET Framework project.
In a UWP project on VS2019 I can move a control left/right/up/down via keyboard by selecting it and then using Shift+ an Arrow Key. Likewise, I can change the size of the control by selecting it and using Ctrl + an Arrow Key.
In my WPF project on VS2019, the resizing works with Ctrl + an Arrow Key but Shift+ an Arrow Key does not work for moving the control. How can we achieve that in a WPF project on VS2019?
Remark: The following two links did not help: this and this.
visual studio community edition 2019 16.3.6that just came today. And, it does not work onWPF - Core 3.0. I assume you made sure while creating the project you chose the template namedWPF App (.NET Core)that is the second template in list when you type wpf in the search box. The first template isWPF App (.NET Framework)- where keyboard shortcut works fine.