<?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: Possible trimming bug</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Markup: Possible trimming bug]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 02:51:47 +0000</pubDate>
  <lastBuildDate>Sat, 26 Jun 2010 10:17:20 +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=16882</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: Possible trimming bug : Thanks a lot! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16882&amp;PID=59117&amp;title=markup-possible-trimming-bug#59117</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 16882<br /><strong>Posted:</strong> 26 June 2010 at 10:17am<br /><br />Thanks a lot!]]>
   </description>
   <pubDate>Sat, 26 Jun 2010 10:17:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16882&amp;PID=59117&amp;title=markup-possible-trimming-bug#59117</guid>
  </item> 
  <item>
   <title><![CDATA[Markup: Possible trimming bug : Ah! It looks like ColumnDefinitions...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16882&amp;PID=59115&amp;title=markup-possible-trimming-bug#59115</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16882<br /><strong>Posted:</strong> 26 June 2010 at 9:17am<br /><br />Ah! It looks like ColumnDefinitions support * for the Width property, so:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&lt;Border&gt;<br>&nbsp;&nbsp; &lt;Grid&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp; &lt;Grid.ColumnDefinitions&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;ColumnDefinition Width='<b>*</b>'/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Grid.ColumnDefinitions&gt;<br>&nbsp;&nbsp; &lt;TextBlock TextTrimming='<strong>CharacterEllipsis</strong>' Grid.Column='1'&gt;C:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v13.4.0\Workspace\ToolkitPro\Release\vc100&lt;/TextBlock&gt;<br>&nbsp;&nbsp; &lt;/Grid&gt;<br>&lt;/Border&gt;</pre></td></tr></table><br><br>Appears to do the trick<br><br><img src="uploads/20100626_091711_starcolumnwidth.jpg" height="359" border="0"><br><br>]]>
   </description>
   <pubDate>Sat, 26 Jun 2010 09:17:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16882&amp;PID=59115&amp;title=markup-possible-trimming-bug#59115</guid>
  </item> 
  <item>
   <title><![CDATA[Markup: Possible trimming bug : I believe it&amp;#039;s because the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16882&amp;PID=59114&amp;title=markup-possible-trimming-bug#59114</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16882<br /><strong>Posted:</strong> 26 June 2010 at 8:57am<br /><br />I believe it's because the Auto designation makes the column width fit the content width, even if that width is &gt; the width of the Grid or Viewport.<br><br>See this example with a border, and notice that the right edge of the border is missing:<br><br><br><br><img src="uploads/20100626_085516_autocolumnwidth.jpg" height="410" border="0"><br><br><a href="http://forum.codejock.com/forum_posts.asp?TID=16410" target="_blank">I think that this is why we need the ability to define sizes as a % of the parent object width</a> , but currently this is not possible.<br><br><br>]]>
   </description>
   <pubDate>Sat, 26 Jun 2010 08:57:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16882&amp;PID=59114&amp;title=markup-possible-trimming-bug#59114</guid>
  </item> 
  <item>
   <title><![CDATA[Markup: Possible trimming bug : XTP 13.4.  CharacterEllipsis...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16882&amp;PID=59112&amp;title=markup-possible-trimming-bug#59112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 16882<br /><strong>Posted:</strong> 26 June 2010 at 8:37am<br /><br />XTP 13.4.<DIV>&nbsp;</DIV><DIV>CharacterEllipsis trimming does not work inside auto-sized column! Try the following in MarkupPad and resize the main window:</DIV><DIV>&nbsp;</DIV><DIV>&lt;Border&gt;<BR>&nbsp;&nbsp; &lt;Grid&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp; &lt;Grid.ColumnDefinitions&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;ColumnDefinition Width='<strong>Auto</strong>'/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Grid.ColumnDefinitions&gt;<BR>&nbsp;&nbsp; &lt;TextBlock TextTrimming='<strong>CharacterEllipsis</strong>' Grid.Column='1'&gt;C:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v13.4.0\Workspace\ToolkitPro\Release\vc100&lt;/TextBlock&gt;<BR>&nbsp;&nbsp; &lt;/Grid&gt;<BR>&lt;/Border&gt;<BR></DIV>]]>
   </description>
   <pubDate>Sat, 26 Jun 2010 08:37:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16882&amp;PID=59112&amp;title=markup-possible-trimming-bug#59112</guid>
  </item> 
 </channel>
</rss>