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.