Skip to content

Is there a way to only allow one way resizibility? (Desktop) #2101

Discussion options

You must be logged in to vote

You can subclass the main window with SetWindowSubclass and handle WM_SIZING or WM_GETMINMAXINFO
(main window handle = WinRT.Interop.WindowNative.GetWindowHandle(this))

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@EmrecanKaracayir
Comment options

@castorix
Comment options

Answer selected by BenJKuhn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants