When I开发者_如何转开发 go into the In-Place Editor Repository and set the WordWrap property = Wrap on a TextEdit (it is being used as the editor in the Vertical Grid) there is no wrapping at runtime. The text tickertapes instead.
My users are clamoring for wordwrap, and they also want to see the text in the field too --not like the MemoExEdit which displays a two-state icon: "empty" and "has some text" and the user only gets to see the text when they give the editor focus.
Is it possible to get wordwrap on an in-place TextEdit? Or is that property setting ignored?
TextEdit
is a single-line editor.
You should use MemoEdit
instead.
The MemoExEdit can be used as well. Simply set the ShowIcon property to false and the text in the field will be displayed instead of the icon.
精彩评论