﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » SyntaxEditor Control Word Wrap</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 04:00:00 GMT</lastBuildDate><ttl>20</ttl><item><title>SyntaxEditor Control Word Wrap</title><link>http://forum.strataframe.net/FindPost20135.aspx</link><description>Hi,&lt;br&gt;
I am using StrataFrame SyntaxEditor Control. Some text coming from the database is a continuous text with no line breaks. So, it gets displayed in the SyntaxEditor control as a single line, and users have scroll horizontally to see the whole thing. I want to word wrap this text, so user wont have to scroll. WordWrap property doesn't seem to do anything. Do you have any other suggestions?&lt;br&gt;
Thanks</description><pubDate>Thu, 16 Oct 2008 09:36:03 GMT</pubDate><dc:creator>Leonard P.</dc:creator></item><item><title>RE: SyntaxEditor Control Word Wrap</title><link>http://forum.strataframe.net/FindPost20157.aspx</link><description>It will work, but you will have to do it in code.&amp;nbsp; The WordWrap property is overwritten on this control, so the designer will not retain a value for this property.&amp;nbsp; So just set the WordWrap property to True in the constructor or Load of the parent container on which it resides and it will resolve your problem.</description><pubDate>Thu, 16 Oct 2008 09:36:03 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>