resizing controls #2588
Closed
visualizor
started this conversation in
Ideas
Replies: 2 comments 8 replies
-
Hey @visualizor, If you want the Form/Dialog to automatically change size based on the contents, you can set the All other controls already auto size to their contents, it is not like in WinForms where you set a specific size then tell it to grow. If you want a control to autosize, simply don't set its size. Hope this helps, |
Beta Was this translation helpful? Give feedback.
8 replies
-
problem solved by using the proper add method on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I couldn't find a property for controls that allow them to be resized as their containers resize. Something similar to this in winforms
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.autosizemode?view=windowsdesktop-8.0
Let me know if I simply missed it. Otherwise a good feature to have for the controls, I think.
Beta Was this translation helpful? Give feedback.
All reactions