﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » StrataCollapsibleContainer test results (so far)</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 16 Jun 2026 03:33:26 GMT</lastBuildDate><ttl>20</ttl><item><title>StrataCollapsibleContainer test results (so far)</title><link>http://forum.strataframe.net/FindPost25083.aspx</link><description>I'm been playing with the new extended UI controls and I like them very much. &lt;br&gt;
&lt;br&gt;
I have found some bugs and have some suggestions though.  :D&lt;br&gt;
&lt;br&gt;
I'm running 1.7.0.2 on XP.&lt;br&gt;
&lt;br&gt;
1. There are some drawing issues with the actions. At runtime, if I change the text, making it longer, the item doesn't resize. If I change the text to something shorter, part of the bottom border and right side border are shown, however, it does eventually invalidate and redraw, though I haven't figured out what causes that invalidation.  At design time, it seems to like shortening text (it resizes items then), but not making the text longer.&lt;br&gt;
&lt;br&gt;
2. If either the header text or the header detail text renders longer than width of the control, it just isn't shown. They also appear to get rendered under the collapse/expand button.  It'd be nice to have an AutoEllipsis button like labels have and to not render under the button.&lt;br&gt;
&lt;br&gt;
3. I'd be nice if the there was a declarative method to associate StrataCollapsibleContainers to the link manager (in addition to the code method).  I think there might be a couple of ways. One would be to implement the link manager as a property provider (like the tooltip or error providers).  However, if you wanted more than on set on a form at once, this could get confusing (though if you don't provide a DisplayName attribute, it provides the name of the object in the property grid).  Another option might be to have a link manager property as part of the StrataCollapsibleContainer. When set it would then automatically add itself to that container.&lt;br&gt;
&lt;br&gt;
4. It would also be nice if the link manager just had a mechanism to set which container was shown initially, with the rest hidden, rather than having to remember to set that up manually every time.&lt;br&gt;
&lt;br&gt;
Great job. Look forward to the next release!</description><pubDate>Tue, 03 Nov 2009 14:41:10 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: StrataCollapsibleContainer test results (so far)</title><link>http://forum.strataframe.net/FindPost25109.aspx</link><description>Thanks Trent. I look forward to the next iteration of the controls! :D</description><pubDate>Tue, 03 Nov 2009 14:41:10 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: StrataCollapsibleContainer test results (so far)</title><link>http://forum.strataframe.net/FindPost25103.aspx</link><description>Also, I will look into the original post more when we "finalize" this control for release.  Thanks for testing it!</description><pubDate>Tue, 03 Nov 2009 08:47:46 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: StrataCollapsibleContainer test results (so far)</title><link>http://forum.strataframe.net/FindPost25102.aspx</link><description>Yeah, I see your point.  We could just ignore it at design-time possibly.  Thanks. :)</description><pubDate>Tue, 03 Nov 2009 08:47:11 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: StrataCollapsibleContainer test results (so far)</title><link>http://forum.strataframe.net/FindPost25092.aspx</link><description>I agree this shouldn't do anything at design time, but, as it is in the ThemeContainer and its InitialBodyVisibility, it should be settable in the designer. Or there should be a property like this, just to indicate what the IsBodyShown property is initially.  Interestingly, all the other attributes are already on the IsBodyShown (category, description, default value).  Thanks for making this a great control! :D</description><pubDate>Sat, 31 Oct 2009 00:20:09 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: StrataCollapsibleContainer test results (so far)</title><link>http://forum.strataframe.net/FindPost25089.aspx</link><description>[quote]Thanks! The IsBodyShown property is currently not shown in the designer (Browsable(false) and DesignerSerializationVisibility(Hidden)). I'm assuming that will be changed before final release.[/quote]&lt;br&gt;
&lt;br&gt;
Hmmm...maybe.  I will have to re-investigate. This should only be respected at run-time as you add your content within the body at design time.  So it is actually worked as designed presently and would be the same on the final release.</description><pubDate>Fri, 30 Oct 2009 16:18:06 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: StrataCollapsibleContainer test results (so far)</title><link>http://forum.strataframe.net/FindPost25088.aspx</link><description>Thanks!  The IsBodyShown property is currently not shown in the designer (Browsable(false) and DesignerSerializationVisibility(Hidden)). I'm assuming that will be changed before final release.&lt;br&gt;
&lt;br&gt;
Also, don't forget the original post.  :D</description><pubDate>Fri, 30 Oct 2009 16:16:16 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: StrataCollapsibleContainer test results (so far)</title><link>http://forum.strataframe.net/FindPost25087.aspx</link><description>[quote]&lt;br&gt;
1. I'm not seeing how to change the look of the collapsible container (colors mainly). How is this done?[/quote]&lt;br&gt;
&lt;br&gt;
At present, you don't.  Follows themes only.  Will provide additional functionality upon release.&lt;br&gt;
&lt;br&gt;
[quote]2. There appears to be no way to set if the container is initially collapsed or expanded via a property. Am I missing something? [/quote]&lt;br&gt;
&lt;br&gt;
Yes.  Set the IsBodyShown property.</description><pubDate>Fri, 30 Oct 2009 14:21:11 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: StrataCollapsibleContainer test results (so far)</title><link>http://forum.strataframe.net/FindPost25086.aspx</link><description>A couple of more comments. I realize these might already have been implemented or on the schedule, but just in case...&lt;br&gt;
&lt;br&gt;
1.  I'm not seeing how to change the look of the collapsible container (colors mainly). How is this done?&lt;br&gt;
2. There appears to be no way to set if the container is initially collapsed or expanded via a property. Am I missing something?</description><pubDate>Fri, 30 Oct 2009 14:02:23 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>