<Grid>
   <Cfg id="Multiline" NoVScroll="1" NoHScroll="1" NoFormatEscape="1" IdChars="0123456789" NumberId="1" WordWrap="0"  ConstWidth="0"/>
   <Cols>
      <C Name="id" Type="Int" CanEdit="0" CanSort="0"/>
      <C Name="LINES" Type="Lines" AcceptEnters="1" Width="175" VarHeight="2"/>
      <C Name="HTML" Type="Html" Width="105" VarHeight="2"/>
   </Cols>
   <Body>
      <B>
         <I id="1"
            LINES="Long text with spaces, but without any CRLF is wrapped normally."
            HTML="Html type is wrapped too"
            />
         <I id="2"
            LINES="Long_text_without_any_space_cannot_be_wrapped_without_WordWrap"
            HTML="To not wrap Html or Lines type, set Wrap='0'" HTMLWrap="0"
            />
         <I id="3"
            LINES="Long text with CRLF.&#x0a;The CRLF is set to XML by &amp;#x0a;"
            HTML="To Html type&lt;br> insert CRLF by &amp;lt;br>"
            />
         <I id="4" MaxHeight="40"
            LINES="Cell with MaxHeight set.&#x0a;MaxHeight specifies maximal height of all Lines cells.&#x0a;MaxHeight has no effect to single line cells."
            HTML="MaxHeight is applied also to all other wrapped types including Html type."
            />
         <I id="5"
            LINES="Lines type supports the same formatting as Text type." LINESFormat="!!!![aeiouy]!g!&lt;b style='color:red'>$&amp;&lt;/b>"
            HTML="&lt;span style='color:red;'>Html&lt;/span> type can show any &lt;a href='http://www.treegrid.com'>HTML&lt;/a> &lt;img src='Green.svg' width=13 height=13> code"
            />
         </B>
   </Body>
   <Header id="id" LINES="Lines" HTML="Html"/>
   <Panel Visible="0"/>
   <Toolbar Cells00="WRAP" WRAPType="Bool" WRAPLabelRight="Word wrap" WRAPFormula="Grid.WordWrap" WRAPOnChange="Grid.SetWordWrap(Value);" WRAPCanEdit="1" WinScroll="0"/>
</Grid>