C
Join ServerC#
help
❔ Is it possible to have a 'big' textbox in a WinForm?
PPillow12/22/2022
I'm thinking of something like the attached example which is using tkinter in Python, but with winforms and C#.
Is that possible?
Is that possible?

HHimmDawg12/22/2022
Check the
MultiLine
property for textboxes :)PPillow12/22/2022
thanks
AAccord12/23/2022
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.