<?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 : MarkupScrollViewer horizontal scrolling</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : MarkupLabel Control : MarkupScrollViewer horizontal scrolling]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 06 Jun 2026 14:15:35 +0000</pubDate>
  <lastBuildDate>Sat, 06 Oct 2012 08:08:59 +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=20064</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[MarkupScrollViewer horizontal scrolling :   Good news - there&amp;#039;s a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20064&amp;PID=69043&amp;title=markupscrollviewer-horizontal-scrolling#69043</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4627">Andrew666</a><br /><strong>Subject:</strong> 20064<br /><strong>Posted:</strong> 06 October 2012 at 8:08am<br /><br />Good news - there's a simple technique I've discovered to address this issue, that could be used to incorporate any XAML properties, even if they're not revealed programatically.<div>&nbsp;</div><div>All you have to do is create the ScrollViewer in XAML first, making sure you give it a unique name, then create a MarkupScrollViewer object using MarkupUIElement.FindName.</div><div>&nbsp;</div><div>For example, you would create the ScrollViewer using XAML like this:</div><div>&nbsp;</div><div>&lt;Page xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'&gt;</div><div>&lt;ScrollViewer VerticalScrollBarVisibility='Auto' HorizontalScrollBarVisibility='Auto' Name='Scroller'&gt;&lt;/ScrollViewer&gt;&lt;/Page&gt;</div><div>&nbsp;</div><div>And assign this to the control Caption.</div><div>&nbsp;</div><div>Then use this to get the ScrollViewer object:</div><div>&nbsp;</div><div>Dim pScrollViewer As MarkupScrollViewer<br>Set pScrollViewer = Me.markupIcons.MarkupContext.CreateObject("ScrollViewer")<br>Set pScrollViewer = Me.markupIcons.MarkupUIElement.FindName("Scroller")</div><div>&nbsp;</div><div>Now you can use the pScrollViewer object as before - but it will now be displayed with a horizontal scroll bar when this is necessary - something you can't reproduce purely from pScrollViewer properties.</div><div>&nbsp;</div><div><img src="http://forum.codejock.com/smileys/smiley1.gif" height="17" width="17" border="0" alt="Smile" title="Smile" /></div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Sat, 06 Oct 2012 08:08:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20064&amp;PID=69043&amp;title=markupscrollviewer-horizontal-scrolling#69043</guid>
  </item> 
  <item>
   <title><![CDATA[MarkupScrollViewer horizontal scrolling :   I thought this was a straightforward...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20064&amp;PID=68872&amp;title=markupscrollviewer-horizontal-scrolling#68872</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4627">Andrew666</a><br /><strong>Subject:</strong> 20064<br /><strong>Posted:</strong> 10 September 2012 at 6:17am<br /><br />I thought this was a straightforward "how to" question... clearly its more tricky.&nbsp; Anyone?]]>
   </description>
   <pubDate>Mon, 10 Sep 2012 06:17:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20064&amp;PID=68872&amp;title=markupscrollviewer-horizontal-scrolling#68872</guid>
  </item> 
  <item>
   <title><![CDATA[MarkupScrollViewer horizontal scrolling : Hi,I have used the following code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20064&amp;PID=68842&amp;title=markupscrollviewer-horizontal-scrolling#68842</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 20064<br /><strong>Posted:</strong> 29 August 2012 at 3:26am<br /><br />Hi,<br><br>I have used the following code in the ScrollViewer to show both the Horizontal &amp; Vertical ScrollBars.<br><br><table width="99%"><tr><td><pre class="BBcode">&lt;ScrollViewer HorizontalScrollBarVisibility='Auto' VerticalScrollBarVisibility='Auto'&gt;</pre></td></tr></table><br>]]>
   </description>
   <pubDate>Wed, 29 Aug 2012 03:26:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20064&amp;PID=68842&amp;title=markupscrollviewer-horizontal-scrolling#68842</guid>
  </item> 
  <item>
   <title><![CDATA[MarkupScrollViewer horizontal scrolling :   By default the MarkupScrollViewer...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20064&amp;PID=68772&amp;title=markupscrollviewer-horizontal-scrolling#68772</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4627">Andrew666</a><br /><strong>Subject:</strong> 20064<br /><strong>Posted:</strong> 18 August 2012 at 7:55am<br /><br />By default the MarkupScrollViewer object is displayed with a vertical scroll bar.&nbsp; If the content will not fit horizontally it is simply truncated.&nbsp; How can I programatically enable a horizontal scroll bar?&nbsp; Thanks.]]>
   </description>
   <pubDate>Sat, 18 Aug 2012 07:55:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20064&amp;PID=68772&amp;title=markupscrollviewer-horizontal-scrolling#68772</guid>
  </item> 
 </channel>
</rss>