<?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 Control ScrollViewer</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Markup Control ScrollViewer]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:36:19 +0000</pubDate>
  <lastBuildDate>Tue, 30 Sep 2008 10:57:30 +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=12290</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 Control ScrollViewer : Send email to support@codejock.com...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12290&amp;PID=41524&amp;title=markup-control-scrollviewer#41524</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12290<br /><strong>Posted:</strong> 30 September 2008 at 10:57am<br /><br /><P>Send email to <a href="mailto:support@codejock.com" target="_blank">support@codejock.com</A> I will attach modified ocx to test.</P>]]>
   </description>
   <pubDate>Tue, 30 Sep 2008 10:57:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12290&amp;PID=41524&amp;title=markup-control-scrollviewer#41524</guid>
  </item> 
  <item>
   <title><![CDATA[Markup Control ScrollViewer : Excellent news Oleg! Thanks a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12290&amp;PID=41520&amp;title=markup-control-scrollviewer#41520</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 12290<br /><strong>Posted:</strong> 30 September 2008 at 10:29am<br /><br />Excellent news Oleg! Thanks a lot...<br>Is there an updated beta that I can try?<br>]]>
   </description>
   <pubDate>Tue, 30 Sep 2008 10:29:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12290&amp;PID=41520&amp;title=markup-control-scrollviewer#41520</guid>
  </item> 
  <item>
   <title><![CDATA[Markup Control ScrollViewer : Hi,  Thanks good points. Added...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12290&amp;PID=41513&amp;title=markup-control-scrollviewer#41513</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12290<br /><strong>Posted:</strong> 30 September 2008 at 9:29am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Thanks good points. Added for 12.1.</DIV><DIV>&nbsp;</DIV><DIV>Here code for final release:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;<BR>&nbsp;&nbsp; Dim VerticalOffset As Long<BR>&nbsp;&nbsp; <BR>&nbsp;&nbsp; If (Not Me.MarkupLabel1.MarkupUIElement Is Nothing) Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VerticalOffset = Me.MarkupLabel1.MarkupUIElement.FindName("sv").VerticalOffset<BR>&nbsp;&nbsp; End If<BR>&nbsp;&nbsp; <BR>&nbsp;&nbsp; <BR>&nbsp;&nbsp; <BR>&nbsp;&nbsp; Me.MarkupLabel1.Caption = "&lt;ScrollViewer Name='sv'&gt;&lt;StackPanel&gt;" &amp; l_Text &amp; "&lt;/StackPanel&gt;&lt;/ScrollViewer&gt;"<BR>&nbsp;&nbsp; <BR>&nbsp;&nbsp; Me.MarkupLabel1.MarkupUIElement.FindName("sv").VerticalOffset = VerticalOffset<BR></DIV>]]>
   </description>
   <pubDate>Tue, 30 Sep 2008 09:29:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12290&amp;PID=41513&amp;title=markup-control-scrollviewer#41513</guid>
  </item> 
  <item>
   <title><![CDATA[Markup Control ScrollViewer : Ok, last addendum. I see that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12290&amp;PID=41486&amp;title=markup-control-scrollviewer#41486</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 12290<br /><strong>Posted:</strong> 29 September 2008 at 5:05pm<br /><br />Ok, last addendum. I see that you can use the MarkupContext property to create markup objects and then add then to the Markup control. Unfortunately, while many objects exist (like MarkupTextBlock, for example), there is no corresponding MarkupScrollViewer object. I guess I would need this to be able to programmatically interact with the ScrollViewer scrollbar.<br>]]>
   </description>
   <pubDate>Mon, 29 Sep 2008 17:05:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12290&amp;PID=41486&amp;title=markup-control-scrollviewer#41486</guid>
  </item> 
  <item>
   <title><![CDATA[Markup Control ScrollViewer : Looking around the web, I found...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12290&amp;PID=41485&amp;title=markup-control-scrollviewer#41485</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 12290<br /><strong>Posted:</strong> 29 September 2008 at 4:54pm<br /><br />Looking around the web, I found a VerticalOffset attribute, but it doesn't seem to be implented (plus I could set it, but I'm not sure if there is a way to get attribute values from the control).<br><br>I also have found an ExtentHeight &amp; ViewportHeight properties, but again I don't know if there is a way to retrieve values from the Markup control.<br><br><br>]]>
   </description>
   <pubDate>Mon, 29 Sep 2008 16:54:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12290&amp;PID=41485&amp;title=markup-control-scrollviewer#41485</guid>
  </item> 
  <item>
   <title><![CDATA[Markup Control ScrollViewer : I currently update a Markup controls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12290&amp;PID=41484&amp;title=markup-control-scrollviewer#41484</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 12290<br /><strong>Posted:</strong> 29 September 2008 at 4:50pm<br /><br />I currently update a Markup controls caption using a timer. The XAML markup includes a ScrollViewer, and I would like to be able to get the thumb position of the scrollbar so that I can restore the position of the thumb after updating the content, otherwise if the user has scrolled away from the top of the page, the view gets reset to the top of the page after changing the Caption property.<br><br>Is there a way to get &amp; set the position of a ScrollViewer thumb? If not, another option would be to set the VerticalScrollBarVisibilty attribute to Disabled and then roll my own scrollbar. But this would require the ability to get the Height of rendered XAML in the Markup control. Is there a way to do this?<br><br>To recap:<br><br>1) Is there a way to get &amp; set the position of a ScrollViewer thumb in XAML?<br>2) Is there a way to get the rendered height of XAML in the Markup control?<br>3) If the answer to both of these questions is curently NO, is there any chance on either or both of these requirements to be implented?<br><br>Thanks in advance.<br><br>]]>
   </description>
   <pubDate>Mon, 29 Sep 2008 16:50:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12290&amp;PID=41484&amp;title=markup-control-scrollviewer#41484</guid>
  </item> 
 </channel>
</rss>