C
C#2y ago
Sound

❔ TextBox stretching according to the window size

How do i make these textboxes autosize properly?
20 Replies
Sound
SoundOP2y ago
this should be the end result. it should change their width according to the widget width
Sound
SoundOP2y 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.
tacosontitan
tacosontitan2y 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
SoundOP2y ago
Winforms
tacosontitan
tacosontitan2y ago
So its a custom control?
Sound
SoundOP2y ago
Yes
tacosontitan
tacosontitan2y ago
You'd have to use docking and panels
Sound
SoundOP2y ago
How can i dock a panel under another panel ?
tacosontitan
tacosontitan2y ago
Dock: top
Sound
SoundOP2y ago
Sound
SoundOP2y ago
the textbox wont resize
Sound
SoundOP2y ago
Sound
SoundOP2y ago
?
HimmDawg
HimmDawg2y 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
tacosontitan
tacosontitan2y ago
tacosontitan
tacosontitan2y 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
SoundOP2y ago
@tacosontitan How do i make it autoresize? If i enable autosize with GrowAndShrink, this it what is does
Sound
SoundOP2y ago
No description
tacosontitan
tacosontitan2y ago
Is it set to dock fill? Or Dock top?
Accord
Accord2y 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.

Did you find this page helpful?