Open AVDAIN opened 2 years ago
Saves time because you don't have to develop your own functions for setting the minimization and maximization of the window.
Just handle WM_GETMINMAXINFO
I know this works, but it would be better if there was a better feature.
Saves time because you don't have to develop your own functions for setting the minimization and maximization of the window.
Just handle WM_GETMINMAXINFO
Saves time because you don't have to develop your own functions for setting the minimization and maximization of the window.
Just handle WM_GETMINMAXINFO
If this was the only problem in WinUI, then yes we could live with such a workaround. But this is just yet another issue where you need custom handling. As Avaidn hints at, this should be simple. Such that all developers from now does not have to make workarounds.
I agree this feature would be useful. Until that is available, here are some pointers which may help developers looking for a workaround:
Upvoting!
Proposal: [Max / Min Window Size]
Adding minimum / maximum window size.
Summary
Method to add a minimum / maximum window size.
Rationale
Saves time because you don't have to develop your own functions for setting the minimization and maximization of the window.
Reduces the complexity of the project as the function is already in existence.
Very many software engineers are waiting for this feature, so time can be saved.
Scope
Important Notes
Open Questions