C
C#10mo ago
Sound

❔ TextBox stretching according to the window size

How do i make these textboxes autosize properly?
20 Replies
Sound
Sound10mo ago
this should be the end result. it should change their width according to the widget width
Sound
Sound10mo ago
also, the summary can be multi line, so it should modify its height to display the whole text properly if the textbox is larger than the widget canvas, the widget must resize.
Hazel 🌊💃
Hazel 🌊💃10mo ago
This looks like WPF to me which is out of my wheelhouse, but can you clarify for others if its WPF, WinForms, or something else?
Sound
Sound10mo ago
Winforms
Hazel 🌊💃
Hazel 🌊💃10mo ago
So its a custom control?
Sound
Sound10mo ago
Yes
Hazel 🌊💃
Hazel 🌊💃10mo ago
You'd have to use docking and panels
Sound
Sound10mo ago
How can i dock a panel under another panel ?
Hazel 🌊💃
Hazel 🌊💃10mo ago
Dock: top
Sound
Sound10mo ago
Sound
Sound10mo ago
the textbox wont resize
Sound
Sound10mo ago
Sound
Sound10mo ago
?
HimmDawg
HimmDawg10mo ago
I dont think Dock will work here. You have to size your textbox manually and then use Anchor You probably need to set the anchor in all four directions, but i cannot tell 100% rn
Hazel 🌊💃
Hazel 🌊💃10mo ago
Hazel 🌊💃
Hazel 🌊💃10mo ago
This is with: - 2 panels; dock = top - 1 label per panel; dock = left, padding = 4, 4, 4, 4 - 1 textbox per panel; dock = fill There are probably more efficient ways, but it is possible with dock.
Sound
Sound10mo ago
@tacosontitan How do i make it autoresize? If i enable autosize with GrowAndShrink, this it what is does
Sound
Sound10mo ago
No description
Hazel 🌊💃
Hazel 🌊💃10mo ago
Is it set to dock fill? Or Dock top?
Accord
Accord10mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.