<?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 : Right to Left ????</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Right to Left ????]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 09:29:47 +0000</pubDate>
  <lastBuildDate>Tue, 19 Aug 2008 02:05:12 +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=11846</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[Right to Left ???? : thanks. but it`s not true. it`s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11846&amp;PID=40065&amp;title=right-to-left#40065</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 11846<br /><strong>Posted:</strong> 19 August 2008 at 2:05am<br /><br />thanks. but it`s not true. it`s false.<br>i just set it. please tell me a way.<img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" align="absmiddle"><br><img src="http://forum.codejock.com/smileys/smiley34.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Tue, 19 Aug 2008 02:05:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11846&amp;PID=40065&amp;title=right-to-left#40065</guid>
  </item> 
  <item>
   <title><![CDATA[Right to Left ???? : Hello,  There is no RightToLeft...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11846&amp;PID=39960&amp;title=right-to-left#39960</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11846<br /><strong>Posted:</strong> 18 August 2008 at 1:37am<br /><br /><DIV>Hello,</DIV><DIV>&nbsp;</DIV><DIV>There is no RightToLeft tag now. Use HorizontalAlignment="Right" and TextAlignment="Right" attributes.</DIV>]]>
   </description>
   <pubDate>Mon, 18 Aug 2008 01:37:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11846&amp;PID=39960&amp;title=right-to-left#39960</guid>
  </item> 
  <item>
   <title><![CDATA[Right to Left ???? : which tag use for this question?please...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11846&amp;PID=39957&amp;title=right-to-left#39957</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 11846<br /><strong>Posted:</strong> 18 August 2008 at 12:58am<br /><br /><img src="http://forum.codejock.com/smileys/smiley5.gif" border="0" align="absmiddle"><br>which tag use for this question?<br>please answer?<br>]]>
   </description>
   <pubDate>Mon, 18 Aug 2008 00:58:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11846&amp;PID=39957&amp;title=right-to-left#39957</guid>
  </item> 
  <item>
   <title><![CDATA[Right to Left ???? : hihow do set right to left listbox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11846&amp;PID=39932&amp;title=right-to-left#39932</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 11846<br /><strong>Posted:</strong> 16 August 2008 at 5:02am<br /><br />hi<br>how do set right to left listbox with markup mode?<br>if set true in rightoleft properties with markup = true , we have not listbox`s right to left. example:<br><br>ListBoxMarkup.AddItem "&lt;Border BorderThickness='2' BorderBrush='Orange' Margin='0, 2, 0, 2' Padding='3'&gt;&lt;StackPanel Orientation='Horizontal'&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;Image Source='10'/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;Grid&gt;&lt;Grid.ColumnDefinitions&gt;&lt;ColumnDefinition Width='Auto'/&gt;&lt;ColumnDefinition Width='*'/&gt;&lt;/Grid.ColumnDefinitions&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;Grid.RowDefinitions&gt;&lt;RowDefinition/&gt;&lt;RowDefinition/&gt;&lt;/Grid.RowDefinitions&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;TextBlock TextAlignment='Right' FontWeight='Bold' Foreground='Navy' Text='Description:'/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;TextBlock TextAlignment='Right' Grid.Row='1' FontWeight='Bold' Foreground='Navy' Text='Current Price:'/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;TextBlock Margin='6, 0, 0, 0' Grid.Column='1' Text='Snowboard and bindings'/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;TextBlock Margin='6, 0, 0, 0'&nbsp; Grid.Column='1' Grid.Row='1'&nbsp; Text='$150'/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp; "&lt;/Grid&gt;&lt;/StackPanel&gt;&lt;/Border&gt;"<br><br>with listbox:&nbsp; right to left = true and enablemarkup = true.<br>me have not righttoleft listbox.<br>how to salved this problem????<br><br><br>]]>
   </description>
   <pubDate>Sat, 16 Aug 2008 05:02:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11846&amp;PID=39932&amp;title=right-to-left#39932</guid>
  </item> 
 </channel>
</rss>