<?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: Hello World!</title>
	<atom:link href="http://bea.stollnitz.com/blog/?feed=rss2&#038;p=3" rel="self" type="application/rss+xml" />
	<link>http://bea.stollnitz.com/blog/?p=3</link>
	<description>on Silverlight and WPF</description>
	<lastBuildDate>Mon, 02 Aug 2010 17:57:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=3&#038;cpage=1#comment-157378</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Sun, 26 Jul 2009 21:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=3#comment-157378</guid>
		<description>Thanks Timotei! I hope you do!</description>
		<content:encoded><![CDATA[<p>Thanks Timotei! I hope you do!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timotei Dolean</title>
		<link>http://bea.stollnitz.com/blog/?p=3&#038;cpage=1#comment-156796</link>
		<dc:creator>Timotei Dolean</dc:creator>
		<pubDate>Thu, 23 Jul 2009 07:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=3#comment-156796</guid>
		<description>Hello Bea!
Nice blog, I will start reading it cause I want to start learning WPF (and now I&#039;m researching on Data Binding). Hope I&#039;ll find answers to my questions.

Timo</description>
		<content:encoded><![CDATA[<p>Hello Bea!<br />
Nice blog, I will start reading it cause I want to start learning WPF (and now I&#8217;m researching on Data Binding). Hope I&#8217;ll find answers to my questions.</p>
<p>Timo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=3&#038;cpage=1#comment-5827</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Wed, 31 Oct 2007 03:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=3#comment-5827</guid>
		<description>Hi Pascal,

FrameworkElement doesn&#039;t support templating, so it would be easier for you to have your custom control derive from Control, or ContentControl if you want support for data content. The alternative would be to re-implement our templating feature in your control, but that would be a lot of work.

I made a simple sample (which you can find &lt;a href=&quot;http://www.beacosta.com/BlogComments/41TemplatingCustomControl.zip&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;) where you can see implicit templating working on a custom control that derives from ContentControl. Notice that I had to add a ContentPresenter element to the ControlTemplate of this control, in the generic.xaml file.

Hope this helps.
Bea</description>
		<content:encoded><![CDATA[<p>Hi Pascal,</p>
<p>FrameworkElement doesn&#8217;t support templating, so it would be easier for you to have your custom control derive from Control, or ContentControl if you want support for data content. The alternative would be to re-implement our templating feature in your control, but that would be a lot of work.</p>
<p>I made a simple sample (which you can find <a href="http://www.beacosta.com/BlogComments/41TemplatingCustomControl.zip" rel="nofollow">here</a>) where you can see implicit templating working on a custom control that derives from ContentControl. Notice that I had to add a ContentPresenter element to the ControlTemplate of this control, in the generic.xaml file.</p>
<p>Hope this helps.<br />
Bea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://bea.stollnitz.com/blog/?p=3&#038;cpage=1#comment-5470</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Mon, 29 Oct 2007 16:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=3#comment-5470</guid>
		<description>Hi Beatriz,
I have read your great article on &quot;How do I display items in an ItemsControl using different templates?&quot;. I&#039;m not sure if my question has already been replied, anyway, I wanted to know how this implicit
datatemplating works, since I want to do something similar while implementing a custom control of mine (deriving
from frameworkelement). How can we get implicit datatemplating when using a custom control?
Thanks,
Pascal.</description>
		<content:encoded><![CDATA[<p>Hi Beatriz,<br />
I have read your great article on &#8220;How do I display items in an ItemsControl using different templates?&#8221;. I&#8217;m not sure if my question has already been replied, anyway, I wanted to know how this implicit<br />
datatemplating works, since I want to do something similar while implementing a custom control of mine (deriving<br />
from frameworkelement). How can we get implicit datatemplating when using a custom control?<br />
Thanks,<br />
Pascal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=3&#038;cpage=1#comment-356</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Tue, 18 Sep 2007 06:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=3#comment-356</guid>
		<description>Hi Minherz,

When you say &quot;.NET 2.0 framework&quot;, are you talking about WPF, WinForms or something else? For WPF Data Binding questions, you can ask me. If you&#039;re interested in other technologies, please leave your email when you reply here and I&#039;ll send you the right contacts.

Thanks,
Bea</description>
		<content:encoded><![CDATA[<p>Hi Minherz,</p>
<p>When you say &#8220;.NET 2.0 framework&#8221;, are you talking about WPF, WinForms or something else? For WPF Data Binding questions, you can ask me. If you&#8217;re interested in other technologies, please leave your email when you reply here and I&#8217;ll send you the right contacts.</p>
<p>Thanks,<br />
Bea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=3&#038;cpage=1#comment-330</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Mon, 10 Sep 2007 14:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=3#comment-330</guid>
		<description>Hola Jose!

I really appreciate your kind words and offer. I may be able to go on a Europe trip sometime in the first half of 2008. If that&#039;s the case, I will be sure to let you know. 

Keep using WPF!

Bea</description>
		<content:encoded><![CDATA[<p>Hola Jose!</p>
<p>I really appreciate your kind words and offer. I may be able to go on a Europe trip sometime in the first half of 2008. If that&#8217;s the case, I will be sure to let you know. </p>
<p>Keep using WPF!</p>
<p>Bea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Luis Latorre</title>
		<link>http://bea.stollnitz.com/blog/?p=3&#038;cpage=1#comment-329</link>
		<dc:creator>Jose Luis Latorre</dc:creator>
		<pubDate>Sat, 08 Sep 2007 12:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=3#comment-329</guid>
		<description>Hi Bea,
Yours is a great website and a great reference site for me, it has the most advanced details about wpf databinding!
Also it has helped me like none other it has, with &quot;advanced&quot; themes as multiple level(nested) databinding :)

Well, if you ever pass through Barcelona, let me know, I&#039;m the Barcelona&#039;s .Net user group leader and you would be here more than welcome. you can check http://www.bcndev.net to see what we do.
Ah, and I&#039;m passionate about WPF, since it appeared oficially at November.

Best regards,
Jose Luis Latorre</description>
		<content:encoded><![CDATA[<p>Hi Bea,<br />
Yours is a great website and a great reference site for me, it has the most advanced details about wpf databinding!<br />
Also it has helped me like none other it has, with &#8220;advanced&#8221; themes as multiple level(nested) databinding :)</p>
<p>Well, if you ever pass through Barcelona, let me know, I&#8217;m the Barcelona&#8217;s .Net user group leader and you would be here more than welcome. you can check <a href="http://www.bcndev.net" rel="nofollow">http://www.bcndev.net</a> to see what we do.<br />
Ah, and I&#8217;m passionate about WPF, since it appeared oficially at November.</p>
<p>Best regards,<br />
Jose Luis Latorre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minherz</title>
		<link>http://bea.stollnitz.com/blog/?p=3&#038;cpage=1#comment-328</link>
		<dc:creator>Minherz</dc:creator>
		<pubDate>Sun, 02 Sep 2007 16:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=3#comment-328</guid>
		<description>Hello Beatriz. I had preferred to send an email, but this blog lacks this feature. I am looking for efficient ways invoking binding in .NET 2.0 framework. Can you turn me to the person who is specializing in this area?
Thank you.</description>
		<content:encoded><![CDATA[<p>Hello Beatriz. I had preferred to send an email, but this blog lacks this feature. I am looking for efficient ways invoking binding in .NET 2.0 framework. Can you turn me to the person who is specializing in this area?<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=3&#038;cpage=1#comment-5</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Wed, 24 Aug 2005 23:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=3#comment-5</guid>
		<description>Hi Shanthu,

Thank you for your nice words.

As far as I know, there is nothing on the &quot;data binding&quot; or &quot;controls&quot; feature areas that does what you are asking out of the box. 

I implemented a DataGrid control in Avalon a long time ago that did just what you are asking: it created a column in the UI for each column in the DataTable. I did that on the fly at run time, just like you. 

Since we have no DataGrid control in Avalon for V1, I can&#039;t think of any other control that would support this functionality. This is good feedback for when we consider implementing the DataGrid control.</description>
		<content:encoded><![CDATA[<p>Hi Shanthu,</p>
<p>Thank you for your nice words.</p>
<p>As far as I know, there is nothing on the &#8220;data binding&#8221; or &#8220;controls&#8221; feature areas that does what you are asking out of the box. </p>
<p>I implemented a DataGrid control in Avalon a long time ago that did just what you are asking: it created a column in the UI for each column in the DataTable. I did that on the fly at run time, just like you. </p>
<p>Since we have no DataGrid control in Avalon for V1, I can&#8217;t think of any other control that would support this functionality. This is good feedback for when we consider implementing the DataGrid control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanthu</title>
		<link>http://bea.stollnitz.com/blog/?p=3&#038;cpage=1#comment-2</link>
		<dc:creator>Shanthu</dc:creator>
		<pubDate>Wed, 24 Aug 2005 03:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=3#comment-2</guid>
		<description>Your WPF blogs are really nice and very very useful. Thank you for sharing all that knowledge.

I have a following requirement.

We execute a query, we do not know what kind table (hence columns) we get back at the design time. So, we have to build the ListView (Gridview) control on the fly during the run time. 
There must be something in avalon data binding to perform this operation. If you happen to have any samples, please let me know.</description>
		<content:encoded><![CDATA[<p>Your WPF blogs are really nice and very very useful. Thank you for sharing all that knowledge.</p>
<p>I have a following requirement.</p>
<p>We execute a query, we do not know what kind table (hence columns) we get back at the design time. So, we have to build the ListView (Gridview) control on the fly during the run time.<br />
There must be something in avalon data binding to perform this operation. If you happen to have any samples, please let me know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
