<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : DEMO: Single Expanded Group Navigation</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : DEMO: Single Expanded Group Navigation]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 20:22:41 +0000</pubDate>
  <lastBuildDate>Sun, 28 Feb 2010 08:46:12 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=16302</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[DEMO: Single Expanded Group Navigation : Hi Aaron,Thanks a lot for taking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16302&amp;PID=57197&amp;title=demo-single-expanded-group-navigation#57197</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16302<br /><strong>Posted:</strong> 28 February 2010 at 8:46am<br /><br />Hi Aaron,<br><br>Thanks a lot for taking a look at the demo and trying to find a solution, I appreciate it. I didn't think of adding transparent icons, it was a good idea (I thought the expand/collapse icon for columns was being destroyed, not just hidden). It would seem that the column expand/colapse width calculations should be taking its own glyph width into consideration, and not glyphs 0/1. I'll see where I get with a support ticket.<br><br>Thanks again!<br>]]>
   </description>
   <pubDate>Sun, 28 Feb 2010 08:46:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16302&amp;PID=57197&amp;title=demo-single-expanded-group-navigation#57197</guid>
  </item> 
  <item>
   <title><![CDATA[DEMO: Single Expanded Group Navigation : Hi Jason,  I&amp;#039;m glad you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16302&amp;PID=57196&amp;title=demo-single-expanded-group-navigation#57196</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16302<br /><strong>Posted:</strong> 28 February 2010 at 6:24am<br /><br />Hi Jason,<DIV>&nbsp;</DIV><DIV>I'm glad you created this demo. I was sure that .RemoveIcon 0 and 1 would remove the +/- signs for grouprows but I didn't know that also the expand/collapse icon would be "removed" as well. </DIV><DIV>&nbsp;</DIV><DIV>After some investigation I found that:</DIV><DIV>The problem is when you remove the +/- icons, the <strong>width</strong> of these icons becomes zero, thats why expand/collapse icons aren't showing. I think because the +/- icons&nbsp;can be&nbsp;used for expand/collapse icons as well (<strong>wndReportControl.PaintManager.ColumnPlusMinusSign</strong> <strong>= True</strong> property) the width (and maybe&nbsp;height) are used to draw the icons.&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>So adding icons (16x16) for 0 &amp; 1 "with only transparent area"&nbsp;I noticed&nbsp;the grouprow text indentation was still there and wanted to decrease it by adding icons with just one pixel (width &amp; height) it worked OK but the expand/collapse icon was showing only partially. See screenshot</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20100228_061439_Glyphs.bmp" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><strong>Note</strong>: The +/- sign icon width is 8 pixels and you can see the expand/collapse icon is drawn with the same width. I don't see how to get around this, the only one who can is CJ and hope they will do something about it. </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>For your #1 problem: My discussions, about selecting grouprows,&nbsp;with Mark&nbsp;have been very "nasty" so I have to pass on this one. I hope you will get more out of this and wish you good luck <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 28 Feb 2010 06:24:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16302&amp;PID=57196&amp;title=demo-single-expanded-group-navigation#57196</guid>
  </item> 
  <item>
   <title><![CDATA[DEMO: Single Expanded Group Navigation : As discussed in some previous...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16302&amp;PID=57179&amp;title=demo-single-expanded-group-navigation#57179</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16302<br /><strong>Posted:</strong> 27 February 2010 at 12:15pm<br /><br />As discussed in some previous threads, I've been trying to get the ReportControl to behave such that only one group row will be expanded at a time, and one child row of the expanded group row will always be selected. Additionally, group rows should never get focus, and should not be expandable or collapseable by the user. Due to some bugs in the RC, this has proven to be a bit trickier than I would have expected<br><br>Here's what I have so far:<br><br><a href="uploads/20100227_120929_RcSingleGroupEx.zip" target="_blank">uploads/20100227_120929_RcSingleGroupEx.zip</a><br><br>Some known problems (anyone have answers for these?):<br><ol><li>If you click a group row that is above another group row, the bottom row will be selected instead of the top row</li><li>I don't know how to hide the group row +/- buttons (they are deceptive to the user since they can't control expanding/collapsing). I've tried removing the glyphs (0 and 1), but then the column header button for expanding/collapsing columns is also removed, which I do not want.</li></ol>#1 is a problem because I am tracking the direction the focus is coming from to select either the top row or the bottom row of a group when it is first expanded - my reasoning is that if you are coming from the bottom, then the user would want to select the bottom-most row when using the keyboard. However, when using the mouse, the use would likely want the top-most row. Unfortunately, MouseDown fires <b>after</b> FocusChanging, so I haven't found an easy way to signal to the FocusChanging event that the focus is changing because of a mouse event instead of a keyboard event. I will keep researching this area.<br><br>#2 is a problem because I want to remove the group expand/collapse button, but keep the column expand/collapse button. Maybe there is a property to hide the group row expand/collapse button, but I haven't found it yet. If it doesn't exist could it be added as a feature?<br><br>Enjoy the demo and use it for any purpose that you require. Bug reports and ideas are always welcome.<br><br><br>]]>
   </description>
   <pubDate>Sat, 27 Feb 2010 12:15:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16302&amp;PID=57179&amp;title=demo-single-expanded-group-navigation#57179</guid>
  </item> 
 </channel>
</rss>