<?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: 5 Steps to Getting Started With Material Design In XAML	</title>
	<atom:link href="https://intellitect.com/blog/getting-started-material-design-in-xaml/feed/" rel="self" type="application/rss+xml" />
	<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/</link>
	<description>Complex Software Development - Simplified</description>
	<lastBuildDate>Tue, 07 Mar 2023 21:25:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Kevin Bost		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-387617</link>

		<dc:creator><![CDATA[Kevin Bost]]></dc:creator>
		<pubDate>Fri, 10 Jun 2022 15:33:05 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-387617</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-387612&quot;&gt;Saro&lt;/a&gt;.

Hi Saro,

Good question. This library does not set any of the accessibility properties on the controls, it merely provides a different look and feel for them. To provide accessibility you will still need to set the appropriate properties on the controls. See this documentation page for more details: https://docs.microsoft.com/accessibility-tools-docs/items/wpf/button_isexpandcollapsepatternavailable 

If you run into any accessibility issues with the library, please log issues for them on the repository.

~Kevin]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-387612">Saro</a>.</p>
<p>Hi Saro,</p>
<p>Good question. This library does not set any of the accessibility properties on the controls, it merely provides a different look and feel for them. To provide accessibility you will still need to set the appropriate properties on the controls. See this documentation page for more details: <a href="https://docs.microsoft.com/accessibility-tools-docs/items/wpf/button_isexpandcollapsepatternavailable" rel="nofollow ugc">https://docs.microsoft.com/accessibility-tools-docs/items/wpf/button_isexpandcollapsepatternavailable</a> </p>
<p>If you run into any accessibility issues with the library, please log issues for them on the repository.</p>
<p>~Kevin</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Saro		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-387612</link>

		<dc:creator><![CDATA[Saro]]></dc:creator>
		<pubDate>Fri, 10 Jun 2022 06:40:47 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-387612</guid>

					<description><![CDATA[Hi,

I am not sure my question is right as I am new to the technology.
My question is, Does it support Accessibility?

Thanks,
Saro]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I am not sure my question is right as I am new to the technology.<br />
My question is, Does it support Accessibility?</p>
<p>Thanks,<br />
Saro</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin Bost		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-386758</link>

		<dc:creator><![CDATA[Kevin Bost]]></dc:creator>
		<pubDate>Fri, 15 Apr 2022 22:39:11 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-386758</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-386751&quot;&gt;Alvin&lt;/a&gt;.

Hi Alvin,

You are correct. The default (implicit) style for all of the controls get pulled in from the reference in App.xaml to the MaterialDesignTheme.Defaults.xaml resource dictionary. It now contains references to most of the control resource dictionaries, so you likely can omit the specific includes to each of the control specific resource dictionaries. You can see the complete list of which resource dictionaries are merged in here: https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/master/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Defaults.xaml.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-386751">Alvin</a>.</p>
<p>Hi Alvin,</p>
<p>You are correct. The default (implicit) style for all of the controls get pulled in from the reference in App.xaml to the MaterialDesignTheme.Defaults.xaml resource dictionary. It now contains references to most of the control resource dictionaries, so you likely can omit the specific includes to each of the control specific resource dictionaries. You can see the complete list of which resource dictionaries are merged in here: <a href="https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/master/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Defaults.xaml" rel="nofollow ugc">https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/master/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Defaults.xaml</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alvin		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-386751</link>

		<dc:creator><![CDATA[Alvin]]></dc:creator>
		<pubDate>Fri, 15 Apr 2022 15:30:21 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-386751</guid>

					<description><![CDATA[Hi what you said here 

&quot;Most importantly, we must include these styles because they are not automatically referenced in the XAML.&quot;

I actually tried to remove the 
&quot;&quot; in App.xaml but actually it still provide the styles of the button. Im on version 4.4.0 of MaterialDesignThemes maybe it is automatically referenced in the XAML as of now? What are your thoughts.]]></description>
			<content:encoded><![CDATA[<p>Hi what you said here </p>
<p>&#8220;Most importantly, we must include these styles because they are not automatically referenced in the XAML.&#8221;</p>
<p>I actually tried to remove the<br />
&#8220;&#8221; in App.xaml but actually it still provide the styles of the button. Im on version 4.4.0 of MaterialDesignThemes maybe it is automatically referenced in the XAML as of now? What are your thoughts.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin Bost		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-380524</link>

		<dc:creator><![CDATA[Kevin Bost]]></dc:creator>
		<pubDate>Thu, 09 Apr 2020 23:32:09 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-380524</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-380513&quot;&gt;Pramod&lt;/a&gt;.

Hi Pramod. I am not sure I understand the question. However you can find a simple example of doing this with .NET Core in WPF here: https://github.com/Keboo/MaterialDesignInXaml.Examples/blob/master/RadioButton/RadioButton.Colors/RadioButton.Colors.csproj]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-380513">Pramod</a>.</p>
<p>Hi Pramod. I am not sure I understand the question. However you can find a simple example of doing this with .NET Core in WPF here: <a href="https://github.com/Keboo/MaterialDesignInXaml.Examples/blob/master/RadioButton/RadioButton.Colors/RadioButton.Colors.csproj" rel="nofollow ugc">https://github.com/Keboo/MaterialDesignInXaml.Examples/blob/master/RadioButton/RadioButton.Colors/RadioButton.Colors.csproj</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin Bost		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-380523</link>

		<dc:creator><![CDATA[Kevin Bost]]></dc:creator>
		<pubDate>Thu, 09 Apr 2020 23:29:50 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-380523</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-379762&quot;&gt;MinGuo&lt;/a&gt;.

Hi MinGuo sorry for the long reply. That window is the demo application that can be found as part of each release. https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/releases]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-379762">MinGuo</a>.</p>
<p>Hi MinGuo sorry for the long reply. That window is the demo application that can be found as part of each release. <a href="https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/releases" rel="nofollow ugc">https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/releases</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pramod		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-380513</link>

		<dc:creator><![CDATA[Pramod]]></dc:creator>
		<pubDate>Wed, 08 Apr 2020 15:26:03 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-380513</guid>

					<description><![CDATA[Hi
How to add the ResourceDictionary Source in the .net core WPF application, below is not working.

]]></description>
			<content:encoded><![CDATA[<p>Hi<br />
How to add the ResourceDictionary Source in the .net core WPF application, below is not working.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MinGuo		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-379762</link>

		<dc:creator><![CDATA[MinGuo]]></dc:creator>
		<pubDate>Fri, 14 Feb 2020 13:23:30 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-379762</guid>

					<description><![CDATA[Hi, I really want to know how to display the Material Design In XAML Toolkit window In the last step of the tutorial, I have been unable to display this window.I see it is very convenient for you to use, I am eager to know how to bring up this window, thank you.]]></description>
			<content:encoded><![CDATA[<p>Hi, I really want to know how to display the Material Design In XAML Toolkit window In the last step of the tutorial, I have been unable to display this window.I see it is very convenient for you to use, I am eager to know how to bring up this window, thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Patty		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-378896</link>

		<dc:creator><![CDATA[Patty]]></dc:creator>
		<pubDate>Thu, 12 Dec 2019 01:09:33 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-378896</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-378894&quot;&gt;Kevin Bost&lt;/a&gt;.

Hi Kev,
Thank you so much for pointing me to the right direction to run the toolkit.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-378894">Kevin Bost</a>.</p>
<p>Hi Kev,<br />
Thank you so much for pointing me to the right direction to run the toolkit.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin Bost		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-378894</link>

		<dc:creator><![CDATA[Kevin Bost]]></dc:creator>
		<pubDate>Wed, 11 Dec 2019 16:53:11 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-378894</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-378881&quot;&gt;Patty&lt;/a&gt;.

Hi Patty,
That is the demo application. You can download a pre-compiled copy of it from the releases page: https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/releases
Once you run it you will see view very similar to that example.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-378881">Patty</a>.</p>
<p>Hi Patty,<br />
That is the demo application. You can download a pre-compiled copy of it from the releases page: <a href="https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/releases" rel="nofollow ugc">https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/releases</a><br />
Once you run it you will see view very similar to that example.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Patty		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-378881</link>

		<dc:creator><![CDATA[Patty]]></dc:creator>
		<pubDate>Wed, 11 Dec 2019 06:19:53 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-378881</guid>

					<description><![CDATA[Hi,
How to run this screen? I tried to open it the toolkit in visual studio 2017, but no idea how to run it...
/wp-content/uploads/2018/07/MDIXUsingStyleExample.gif

Please provide some example how to start to use this toolkit.

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
How to run this screen? I tried to open it the toolkit in visual studio 2017, but no idea how to run it&#8230;<br />
/wp-content/uploads/2018/07/MDIXUsingStyleExample.gif</p>
<p>Please provide some example how to start to use this toolkit.</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin Bost		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-360105</link>

		<dc:creator><![CDATA[Kevin Bost]]></dc:creator>
		<pubDate>Wed, 26 Dec 2018 19:17:23 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-360105</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-360068&quot;&gt;Phuong NH&lt;/a&gt;.

There is not a built-in control to do this inside of the library. You can implement this yourself using a behavior. There is a nice example of doing this here: https://github.com/punker76/TextBoxInputMaskBehavior

There is an outstanding PR in the ControlzEx library (which this library somewhat uses) when that gets merged in I may attempt to include it in MDIX since this feature has been requested before.
https://github.com/ControlzEx/ControlzEx/issues/45]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-360068">Phuong NH</a>.</p>
<p>There is not a built-in control to do this inside of the library. You can implement this yourself using a behavior. There is a nice example of doing this here: <a href="https://github.com/punker76/TextBoxInputMaskBehavior" rel="nofollow ugc">https://github.com/punker76/TextBoxInputMaskBehavior</a></p>
<p>There is an outstanding PR in the ControlzEx library (which this library somewhat uses) when that gets merged in I may attempt to include it in MDIX since this feature has been requested before.<br />
<a href="https://github.com/ControlzEx/ControlzEx/issues/45" rel="nofollow ugc">https://github.com/ControlzEx/ControlzEx/issues/45</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Phuong NH		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-360068</link>

		<dc:creator><![CDATA[Phuong NH]]></dc:creator>
		<pubDate>Tue, 25 Dec 2018 04:22:48 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-360068</guid>

					<description><![CDATA[Can you tell me what control in Material Design (WPF) can input only number (price) bro?
Thank so much!]]></description>
			<content:encoded><![CDATA[<p>Can you tell me what control in Material Design (WPF) can input only number (price) bro?<br />
Thank so much!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alvin Chesaro		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-359438</link>

		<dc:creator><![CDATA[Alvin Chesaro]]></dc:creator>
		<pubDate>Fri, 16 Nov 2018 08:27:17 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-359438</guid>

					<description><![CDATA[Thanks for this quick yet comprehensive intro.]]></description>
			<content:encoded><![CDATA[<p>Thanks for this quick yet comprehensive intro.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James		</title>
		<link>https://intellitect.com/blog/getting-started-material-design-in-xaml/#comment-358155</link>

		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Tue, 03 Jul 2018 08:15:14 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=33611#comment-358155</guid>

					<description><![CDATA[Thank you, much appreciated...love the library, love the results!!!]]></description>
			<content:encoded><![CDATA[<p>Thank you, much appreciated&#8230;love the library, love the results!!!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
