<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Markup draw out of rect</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Markup draw out of rect]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 11:21:24 +0000</pubDate>
  <lastBuildDate>Tue, 17 Jun 2008 13:08:17 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=11072</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Markup draw out of rect : Hi,  Cleartype thing :-(    2...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11072&amp;PID=36870&amp;title=markup-draw-out-of-rect#36870</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11072<br /><strong>Posted:</strong> 17 June 2008 at 1:08pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Cleartype thing :-(</DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>2 solutions:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&lt;Grid Background="LightBlue" Width="150" Height="30" <strong>ClipToBounds="True</strong>"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Grid.ColumnDefinitions&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ColumnDefinition Width="*"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ColumnDefinition Width="40"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Grid.ColumnDefinitions&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;TextBlock Grid.Column = "0" VerticalAlignment="Center" HorizontalAlignment="Left"&gt;1 Zeile&lt;LineBreak/&gt;2&lt;/TextBlock&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;TextBlock Background="Red" Grid.Column = "1" VerticalAlignment="Center" HorizontalAlignment="Right" FontSize="24" &gt;&amp;amp;&lt;/TextBlock&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/Grid&gt;<BR></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>or</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;Grid Background="LightBlue" Width="150" Height="30"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Grid.ColumnDefinitions&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ColumnDefinition Width="*"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ColumnDefinition Width="40"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Grid.ColumnDefinitions&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;TextBlock Grid.Column = "0" VerticalAlignment="Center" HorizontalAlignment="Left"&gt;1 Zeile&lt;LineBreak/&gt;2&lt;/TextBlock&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;TextBlock <strong>Padding="1"</strong> Background="Red" Grid.Column = "1" VerticalAlignment="Center" HorizontalAlignment="Right" FontSize="24" &gt;&amp;amp;&lt;/TextBlock&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/Grid&gt;<BR></DIV>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 13:08:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11072&amp;PID=36870&amp;title=markup-draw-out-of-rect#36870</guid>
  </item> 
  <item>
   <title><![CDATA[Markup draw out of rect : Hello,I have test this with 12.0.0...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11072&amp;PID=36856&amp;title=markup-draw-out-of-rect#36856</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 11072<br /><strong>Posted:</strong> 17 June 2008 at 6:35am<br /><br />Hello,<br><br>I have test this with 12.0.0 MarkupPad.<br>And text will draw out of rect<br><br>&lt;Page xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml' &gt;<br><br>&nbsp;&nbsp; &nbsp;&lt;Grid Background="LightBlue" Width="150" Height="30"&gt;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;Grid.ColumnDefinitions&gt;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;ColumnDefinition Width="*"/&gt;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;ColumnDefinition Width="40"/&gt;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;/Grid.ColumnDefinitions&gt;<br><br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;TextBlock Grid.Column = "0" VerticalAlignment="Center" HorizontalAlignment="Left"&gt;1 Zeile&lt;LineBreak/&gt;2&lt;/TextBlock&gt;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;TextBlock Grid.Column = "1" VerticalAlignment="Center" HorizontalAlignment="Right" FontSize="24" &gt;&amp;amp;&lt;/TextBlock&gt;<br>&nbsp;&nbsp; &nbsp;&lt;/Grid&gt;<br>&lt;/Page&gt;<br><br><img src="uploads/20080617_063319_CJ_MarkupDrawOu.JPG" height="216" width="185" border="0"><br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 06:35:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11072&amp;PID=36856&amp;title=markup-draw-out-of-rect#36856</guid>
  </item> 
 </channel>
</rss>