开发者

DevExpress RepositoryItemTextEdit Appearance TextOptions WordWrap=Wrap not working

开发者 https://www.devze.com 2023-03-14 15:01 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消