StrataFrame Forum
Home
»
StrataFrame Application Framework - V1
»
WebForms (How do I?)
SF textbox webcontrol not word wrapping
http://forum.strataframe.net/Topic19083.aspx
By Keith Chisarik
-
9/4/2008
Pretty straightforward. SF web textbox control with wordwrap property set to true, doesnt wrap.
I have other sites using older versions where this works fine. Any thoughts?
By Keith Chisarik
-
9/5/2008
My bad, "multiline = true", been a while since I did web.
By StrataFrame Team
-
9/5/2008
Hehe, I've done that one before
To the exasperated point of wanting to use the MSDN website to turn in a .NET bug on something simple. Generally I have to go make a peanut butter sandwich which causes me to take a break from the issue. When I return, I realize what I did wrong and quickly cover it up so I don't look too silly
By StrataFrame Team
-
9/5/2008
Oh, and I've also used Reflector to dig into the .NET framework to try and figure out why something is acting the way it is only to discover that they have a well-named property on the class which causes the behaviour I'm looking for... just never could figure out the property