01-22-2022, 06:13 AM
MobileSheets is a UWP/store application, which restricts it's ability to access certain functionality in Windows. One of the things a UWP application can't do is move or size it's own window programmatically. So there is nothing MobileSheets can do itself about the position of the window when the application is loaded. Windows saves that and is the one responsible for presenting the application in the same state as the previous time is was loaded. In the future, I may switch MobileSheets to be a standard desktop application, and if that happens, then I could support saving/restore the position and size.
Mike
Mike