<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Styling A ScrollViewer/Scrollbar In WPF</title>
	<atom:link href="http://sachabarber.net/?feed=rss2&#038;p=122" rel="self" type="application/rss+xml" />
	<link>http://sachabarber.net/?p=122</link>
	<description></description>
	<lastBuildDate>Thu, 02 Sep 2010 07:30:57 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sacha</title>
		<link>http://sachabarber.net/?p=122&#038;cpage=1#comment-5543</link>
		<dc:creator>sacha</dc:creator>
		<pubDate>Fri, 30 Jul 2010 06:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://sachabarber.net/?p=122#comment-5543</guid>
		<description>You would need to try and find the scrollviewer using the VisualTreeHelper or create a brand new control (overkill) and implement IScrollInfo (http://msdn.microsoft.com/en-us/library/ms612165.aspx), but as long as you can find the ScrollViewer you should be able to work out what is shown using the current ScrollViewer viewport</description>
		<content:encoded><![CDATA[<p>You would need to try and find the scrollviewer using the VisualTreeHelper or create a brand new control (overkill) and implement IScrollInfo (<a href="http://msdn.microsoft.com/en-us/library/ms612165.aspx)" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms612165.aspx)</a>, but as long as you can find the ScrollViewer you should be able to work out what is shown using the current ScrollViewer viewport</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sonali</title>
		<link>http://sachabarber.net/?p=122&#038;cpage=1#comment-5542</link>
		<dc:creator>Sonali</dc:creator>
		<pubDate>Fri, 30 Jul 2010 00:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://sachabarber.net/?p=122#comment-5542</guid>
		<description>Hi Sacha,

I have a question kind of related to scroll bar...
I have a listbox and I allow users to scroll through the contents of listbox.
 
If I need to track the scroll bar movement in my app, to understand which items are currently being displayed in the listbox, could you tell me how to do that? Forgive my ignorance here, but I am pretty new to WPF...

it would be great if you could just send me an email.. I will check your blog again tomorrow though...
Thanks,
Sonali</description>
		<content:encoded><![CDATA[<p>Hi Sacha,</p>
<p>I have a question kind of related to scroll bar&#8230;<br />
I have a listbox and I allow users to scroll through the contents of listbox.</p>
<p>If I need to track the scroll bar movement in my app, to understand which items are currently being displayed in the listbox, could you tell me how to do that? Forgive my ignorance here, but I am pretty new to WPF&#8230;</p>
<p>it would be great if you could just send me an email.. I will check your blog again tomorrow though&#8230;<br />
Thanks,<br />
Sonali</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sacha</title>
		<link>http://sachabarber.net/?p=122&#038;cpage=1#comment-5411</link>
		<dc:creator>sacha</dc:creator>
		<pubDate>Tue, 29 Jun 2010 14:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://sachabarber.net/?p=122#comment-5411</guid>
		<description>cool</description>
		<content:encoded><![CDATA[<p>cool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sonali</title>
		<link>http://sachabarber.net/?p=122&#038;cpage=1#comment-5383</link>
		<dc:creator>Sonali</dc:creator>
		<pubDate>Wed, 23 Jun 2010 23:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://sachabarber.net/?p=122#comment-5383</guid>
		<description>Hi Sacha,

This was an awesome code snippet... All I had to do was to put this code in windows resources and that&#039;s it.. I did modify the height of repeat button, width of vertical scroll bar and switched from horizontal to vertical scroll bar visibility for my app, but it works great... 

Thanks, your code saved the day for me!!
Best Regards,
Sonali</description>
		<content:encoded><![CDATA[<p>Hi Sacha,</p>
<p>This was an awesome code snippet&#8230; All I had to do was to put this code in windows resources and that&#8217;s it.. I did modify the height of repeat button, width of vertical scroll bar and switched from horizontal to vertical scroll bar visibility for my app, but it works great&#8230; </p>
<p>Thanks, your code saved the day for me!!<br />
Best Regards,<br />
Sonali</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deos</title>
		<link>http://sachabarber.net/?p=122&#038;cpage=1#comment-4126</link>
		<dc:creator>Deos</dc:creator>
		<pubDate>Tue, 11 Aug 2009 19:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://sachabarber.net/?p=122#comment-4126</guid>
		<description>Hi Sacha,
Just to inform other people who may have the same problem like I had, my solution was to remove Style atribute (Style=”{StaticResource FavsScrollViewer}”).
Best regards.</description>
		<content:encoded><![CDATA[<p>Hi Sacha,<br />
Just to inform other people who may have the same problem like I had, my solution was to remove Style atribute (Style=”{StaticResource FavsScrollViewer}”).<br />
Best regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
