[TIMOB-25378] Windows: Prevent Resize window
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Won't Do |
Resolution Date | 2017-10-11T05:22:31.000+0000 |
Affected Version/s | Release 6.2.1 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Ricardo Ramirez |
Assignee | Kota Iguchi |
Created | 2017-10-09T18:37:28.000+0000 |
Updated | 2018-08-06T17:38:17.000+0000 |
According to the [technical forum from Microsoft](https://social.msdn.microsoft.com/Forums/vstudio/en-US/e67eca4e-4552-4b35-b532-20d7877af0e4/uwpwindows-10-universal-app-disable-window-mode-resizing?forum=wpdevelop), there's no way to prevent the app from resizing Window on Store app. ([Screen sizes and break points for responsive design](https://docs.microsoft.com/en-us/windows/uwp/layout/screen-sizes-and-breakpoints-for-responsive-design) for more details). Titanium app can request resizing to _preferred size_ by setting
width
andheight
for currentWindow
at least.Closing as "won't do". If this is in error, please reopen.