<?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 : Scroll Bar is disabled in scrollviewer</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : XAML Snippets : Scroll Bar is disabled in scrollviewer]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 21:15:13 +0000</pubDate>
  <lastBuildDate>Wed, 03 Dec 2008 16:03:16 +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=12753</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[Scroll Bar is disabled in scrollviewer : ... somewhat old thread but it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12753&amp;PID=43403&amp;title=scroll-bar-is-disabled-in-scrollviewer#43403</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 12753<br /><strong>Posted:</strong> 03 December 2008 at 4:03pm<br /><br />... somewhat old thread but it could be that you have forgot to specify the property "Notify" to "true"for your static control in your dialog (i.e use the SS_NOTIFY style).<br><br>]]>
   </description>
   <pubDate>Wed, 03 Dec 2008 16:03:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12753&amp;PID=43403&amp;title=scroll-bar-is-disabled-in-scrollviewer#43403</guid>
  </item> 
  <item>
   <title><![CDATA[Scroll Bar is disabled in scrollviewer : Hi, Just tried it in our Samples\ToolkitPro\MarkupSample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12753&amp;PID=43063&amp;title=scroll-bar-is-disabled-in-scrollviewer#43063</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12753<br /><strong>Posted:</strong> 21 November 2008 at 1:53am<br /><br />Hi,<DIV>Just tried it in our Samples\ToolkitPro\MarkupSample sample and it works for me.</DIV>]]>
   </description>
   <pubDate>Fri, 21 Nov 2008 01:53:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12753&amp;PID=43063&amp;title=scroll-bar-is-disabled-in-scrollviewer#43063</guid>
  </item> 
  <item>
   <title><![CDATA[Scroll Bar is disabled in scrollviewer : Hi,  I using CMarkUpStatic control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12753&amp;PID=43059&amp;title=scroll-bar-is-disabled-in-scrollviewer#43059</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4744">Dboy</a><br /><strong>Subject:</strong> 12753<br /><strong>Posted:</strong> 21 November 2008 at 1:09am<br /><br />Hi,<br /><br />I using CMarkUpStatic control as child in dialog. I have written following code<br /><br />L"&lt;Page xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; L"xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'&gt;"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; L"&lt;ScrollViewer VerticalScrollBarVisibility='Auto'&gt;"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; L"&lt;StackPanel VerticalAlignment='Top' HorizontalAlignment='Left'&gt;"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; L"&lt;TextBlock TextWrapping='Wrap' Margin='0,0,0,20'&gt;Scrolling is enabled when it is necessary. "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; L"Resize the window, making it larger and smaller.&lt;/TextBlock&gt;"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; L"&lt;Rectangle Fill='Red' Width='500' Height='500'&gt;&lt;/Rectangle&gt;"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; L"&lt;/StackPanel&gt;"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; L"&lt;/ScrollViewer&gt;"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; L"&lt;/Page&gt;"<br /><br />The scrollbar in the scrollViewer in disabled. What can be the reason.<br /><br />Regards,<br />Dboy]]>
   </description>
   <pubDate>Fri, 21 Nov 2008 01:09:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12753&amp;PID=43059&amp;title=scroll-bar-is-disabled-in-scrollviewer#43059</guid>
  </item> 
 </channel>
</rss>