Text Word Wrapping inside an EditBox?
Posted: Fri Nov 17, 2023 6:00 pm
This may sound like a stupid question, but how do you get word wrapping inside a standard editbox to work?
I am use to C# and an editbox when used has word-wrapping as a default.
I am looking all over with keyword searches like "Word wrapping in EditBox", and I keep getting hits on how to word-wrap around objects like pictures in a webpage - lol
So I drop an editbox on and although I have it's height set to accommodate 3 lines of input and bound to a varchar(254) field, it does not word-wrap and just allows one straight line of input scrolling across the one line. I cannot seem to find any property to enable or disable word wrapping. What am I missing?
Many thanks in advance!
Pete,
I am use to C# and an editbox when used has word-wrapping as a default.
I am looking all over with keyword searches like "Word wrapping in EditBox", and I keep getting hits on how to word-wrap around objects like pictures in a webpage - lol
So I drop an editbox on and although I have it's height set to accommodate 3 lines of input and bound to a varchar(254) field, it does not word-wrap and just allows one straight line of input scrolling across the one line. I cannot seem to find any property to enable or disable word wrapping. What am I missing?
Many thanks in advance!
Pete,