﻿<?xml version="1.0" encoding="utf-8"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - ExpandableGroupBox Expanded Event?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ExpandableGroupBox-Expanded-Event/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>ExpandableGroupBox Expanded Event?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ExpandableGroupBox-Expanded-Event/</link><pubDate>Sun, 05 Aug 2012 23:03:08 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I tried to run the sample on my local end and found that when I click the second ExpandableGroupBox, the first one gets collapsed. I enclosed a video and complete project of my previous sample for reference.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Should you find anything that I miss during my attempt to reproduce the reported problem, please feel free to let me know.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>ExpandableGroupBox Expanded Event?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ExpandableGroupBox-Expanded-Event/</link><pubDate>Fri, 03 Aug 2012 10:18:22 GMT</pubDate><dc:creator>DaveDeSmet</dc:creator><description>&lt;p&gt;&lt;strong&gt;Yudi,&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;I tried your code but it doesn't work. When I click the second ExpandableGroupBox the 1st doesn't contract.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Handy,&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;I couldn't achieve a similar control like ExpandableGroupBox with your code.. I'm not an avid WPF designer yet.&lt;/p&gt;</description></item><item><title>ExpandableGroupBox Expanded Event?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ExpandableGroupBox-Expanded-Event/</link><pubDate>Thu, 28 Jun 2012 11:31:54 GMT</pubDate><dc:creator>DaveDeSmet</dc:creator><description>Hi Handy,&lt;br /&gt;&lt;br /&gt;I currently can't donwload the file.. It keep thinking..&lt;br /&gt;I'll try again later and let you know.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Dave&lt;br /&gt;</description></item><item><title>ExpandableGroupBox Expanded Event?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ExpandableGroupBox-Expanded-Event/</link><pubDate>Wed, 27 Jun 2012 22:41:16 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello David,&lt;/p&gt;
&lt;p&gt;The style can be adjusted and customized by using Microsoft Expression Blend. Example, in my current sample, I am able to change the border into white. Later, you only need to try customizing the header, so it can make looks like ExpandableGroupBox. For references, you can learn about the header template by learning from our UXGridView sample.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>ExpandableGroupBox Expanded Event?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ExpandableGroupBox-Expanded-Event/</link><pubDate>Fri, 22 Jun 2012 23:36:45 GMT</pubDate><dc:creator>DaveDeSmet</dc:creator><description>Hi Yudi and Handy,&lt;br /&gt;&lt;br /&gt;@Handy I would like to see how do you achieve a similar control like ExpandableGroupBox with UXAccordion. Please take your time to prepare a sample.&lt;br /&gt;&lt;br /&gt;@Yudi I'll take a look at your sample file and will let know my feedback.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</description></item><item><title>ExpandableGroupBox Expanded Event?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ExpandableGroupBox-Expanded-Event/</link><pubDate>Fri, 22 Jun 2012 04:27:19 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello David,&lt;/p&gt;&lt;p&gt;If you want to use ExpandableGroupBox, it would require too much efforts since it is not automacally handled by ExpandableGroupBox. So, we suggest you to use UXArccordion. You only need to customize its style.&lt;/p&gt;
&lt;p&gt;For the first experience, you can try to discard all color and border in UXAccordion. If you want, we will try to create a simple one for you. But please give us a little time to prepare it.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>ExpandableGroupBox Expanded Event?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ExpandableGroupBox-Expanded-Event/</link><pubDate>Thu, 21 Jun 2012 23:50:34 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I created a simple sample based on your scenario. There are two ExpandableGroupBox: ExpandableGroupBox1; and ExpandableGroupBox2. In the ViewModel, a property called MyExpanded is added. This property has Boolean type value. The IsExpanded property of the ExpandableGroupBox, is bound to MyExpanded.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;A converter, MyExpandedConverter, is utilized to convert the value of MyExpanded. If MyExpanded is true, then convert it to false and vice versa. The converter is then applied to ExpandableGroupBox2.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please find the xaml page, ViewModel class file, and the converter file in the attachment and let me know your feedback whether it helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>ExpandableGroupBox Expanded Event?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ExpandableGroupBox-Expanded-Event/</link><pubDate>Thu, 21 Jun 2012 20:07:13 GMT</pubDate><dc:creator>DaveDeSmet</dc:creator><description>&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: rgb(31, 73, 125); font-size: 9pt;"&gt;In my opinion, this kind of scenario is suitable to use UXAccordion. It has SelectionMode property which you can set its value to One. In this mode, only one item can active at a time.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: rgb(31, 73, 125); font-size: 9pt;"&gt;Should you need to keep the appearance of the ExpandableGroupBox, please try to edit the header template using Blend designer.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Yudi,&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I first thought about using UXAccordion but it is ugly and doesn't fit with the other controls (without proper theming). That's why I choosed ExpandableGroupBox.&lt;/p&gt;
&lt;p&gt;So, it is really no option to achieve what I previously asked using this control?&lt;/p&gt;
&lt;p&gt;If the answer is definitely no then, could you provide guided directions on how to achieve this with UXAccordion?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;br /&gt;&lt;/p&gt;
</description></item><item><title>ExpandableGroupBox Expanded Event?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ExpandableGroupBox-Expanded-Event/</link><pubDate>Thu, 21 Jun 2012 19:07:46 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;In my opinion, this kind of scenario is suitable to use UXAccordion. It has SelectionMode property which you can set its value to One. In this mode, only one item can active at a time.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Should you need to keep the appearance of the ExpandableGroupBox, please try to edit the header template using Blend designer.&lt;/span&gt;&lt;/p&gt;
</description></item><item><title>ExpandableGroupBox Expanded Event?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/ExpandableGroupBox-Expanded-Event/</link><pubDate>Wed, 20 Jun 2012 01:38:59 GMT</pubDate><dc:creator>DaveDeSmet</dc:creator><description>&lt;p&gt;Good day,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I would like to know if there is an event which would let me know if the ExpandableGroupBox IsExpanded is true or false.&lt;/p&gt;
&lt;p&gt;What I want to achieve is when one ExpandableGroupBox IsExpanded=true, the other ExpandableGroupBox IsExpanded=false and the other way around.&lt;/p&gt;
&lt;p&gt;Is this possible, and if so, how?&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>