<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scott Logic &#187; Attached Behaviour</title>
	<atom:link href="http://www.scottlogic.co.uk/blog/category/attached-behaviour/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottlogic.co.uk/blog</link>
	<description>Technical Blog</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:49:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Exposing and Binding to a Silverlight ScrollViewer’s Scrollbars</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2010/07/exposing-and-binding-to-a-silverlight-scrollviewer%E2%80%99s-scrollbars/</link>
		<comments>http://www.scottlogic.co.uk/blog/colin/2010/07/exposing-and-binding-to-a-silverlight-scrollviewer%E2%80%99s-scrollbars/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 19:59:26 +0000</pubDate>
		<dc:creator>Colin Eberhardt</dc:creator>
				<category><![CDATA[Attached Behaviour]]></category>
		<category><![CDATA[Codeproject]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=740</guid>
		<description><![CDATA[
The Silverlight ScrollViewer exposes readonly properties which indicate the current vertical and horizontal scroll offset, and methods for setting the current offset. In this blog post I demonstrate a simple attached behaviour that exposes these offse...]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/colin/2010/07/exposing-and-binding-to-a-silverlight-scrollviewer%e2%80%99s-scrollbars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight ClipToBounds – Can I Clip It?, Yes You Can!</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/05/silverlight-cliptobounds-can-i-clip-it-yes-you-can/</link>
		<comments>http://www.scottlogic.co.uk/blog/colin/2009/05/silverlight-cliptobounds-can-i-clip-it-yes-you-can/#comments</comments>
		<pubDate>Tue, 12 May 2009 07:30:47 +0000</pubDate>
		<dc:creator>Colin Eberhardt</dc:creator>
				<category><![CDATA[Attached Behaviour]]></category>
		<category><![CDATA[Codeproject]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=292</guid>
		<description><![CDATA[
With Silverlight, Panels do not clip their contents by default. See the following example:

Where we have a Grid containing another Grid which itself contains an ellipse, and a Canvas which contains an ellipse:

&#60;Grid x:Name=&#34;LayoutRoot&#34; Background=&#34;White&#34;&#62;
    &#60;Grid.ColumnDefinitions&#62;
        &#60;ColumnDefinition Width=&#34;*&#34;/&#62;
        [...]]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/colin/2009/05/silverlight-cliptobounds-can-i-clip-it-yes-you-can/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using CSS Selectors for Styling in WPF</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/03/using-css-selectors-for-styling-in-wpf/</link>
		<comments>http://www.scottlogic.co.uk/blog/colin/2009/03/using-css-selectors-for-styling-in-wpf/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 17:14:31 +0000</pubDate>
		<dc:creator>Colin Eberhardt</dc:creator>
				<category><![CDATA[Attached Behaviour]]></category>
		<category><![CDATA[Codeproject]]></category>
		<category><![CDATA[Styling]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=193</guid>
		<description><![CDATA[
When I first encountered WPF I was really impressed by its styling and templating features which are more powerful than anything else I had previously seen for desktop software development. The property-value pairing within styles instantly reminded me of CSS, however the WPF styles lack the most powerful feature of CSS &#8211; the selector. This [...]]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/colin/2009/03/using-css-selectors-for-styling-in-wpf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing RelativeSource binding in Silverlight</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/02/relativesource-binding-in-silverlight/</link>
		<comments>http://www.scottlogic.co.uk/blog/colin/2009/02/relativesource-binding-in-silverlight/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 14:57:35 +0000</pubDate>
		<dc:creator>Colin Eberhardt</dc:creator>
				<category><![CDATA[Attached Behaviour]]></category>
		<category><![CDATA[Binding]]></category>
		<category><![CDATA[Codeproject]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=139</guid>
		<description><![CDATA[
In my previous post I demonstrated how an the WPF ElementName style binding can be emulated with Silverlight via an attached behaviour. As a brief recap, the technique involved creating an attached property, which when bound, adds a handler for the elements Loaded event. When the element is loaded, the even handler locates the named [...]]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/colin/2009/02/relativesource-binding-in-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ElementName binding in Silverlight via Attached Behaviours</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/02/elementname-binding-in-silverlight-via-attached-behaviours/</link>
		<comments>http://www.scottlogic.co.uk/blog/colin/2009/02/elementname-binding-in-silverlight-via-attached-behaviours/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 18:39:02 +0000</pubDate>
		<dc:creator>Colin Eberhardt</dc:creator>
				<category><![CDATA[Attached Behaviour]]></category>
		<category><![CDATA[Binding]]></category>
		<category><![CDATA[Codeproject]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=127</guid>
		<description><![CDATA[
As a relative newcomer to Silverlight I was happily greeted by the warm feeling of familiarity when I started developing. It is surprisingly easy to make the transition from WPF to Silverlight developer, with most of the core concepts being just the same. However, there are some parts of the WPF framework that you start [...]]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/colin/2009/02/elementname-binding-in-silverlight-via-attached-behaviours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
