<?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 : RowHeight and Grouping.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : RowHeight and Grouping.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 11:03:39 +0000</pubDate>
  <lastBuildDate>Mon, 20 Apr 2009 13:18:53 +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=14064</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[RowHeight and Grouping. : Hi,  You are right about help...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14064&amp;PID=48158&amp;title=rowheight-and-grouping#48158</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 14064<br /><strong>Posted:</strong> 20 April 2009 at 1:18pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You are right about help file. I don't use it often but when I do, most of the time when I'm having really big problems, it will raise another question... <img src="https://forum.codejock.com/smileys/smiley36.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Well for your issues:</DIV><DIV>&nbsp;</DIV><OL><LI>RowHeight</LI><UL><LI>set wndReportControl.SetCustomDraw&nbsp; <strong>xtpCustomMeasureRow</strong>&nbsp;</LI><LI>Private Sub wndReportControl_<strong>MeasureRow</strong>(ByVal Row As XtremeReportControl.IReportRow, ByVal hDC As stdole.OLE_HANDLE, ByVal Width As Long, Height As Long)<BR>&nbsp;&nbsp;&nbsp; If Row.GroupRow Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Height = 20<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</LI></UL><LI>Grouping</LI><UL><LI>You&nbsp;found it yourself???</LI></UL><LI>GroupingOrderChange Event </LI><UL><LI>You need GroupingOrderChangeEvent<FONT color=#0000ff><strong>Ex</strong></FONT></LI></UL><LI>ColumnOrderChange Event </LI><UL><LI>You need ColumnOrderChangeEvent<FONT color=#0000ff><strong>Ex</strong></FONT></LI></UL><LI><strong><FONT color=#0000ff>There is always this forum <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></FONT></strong></LI></OL><DIV></DIV><DIV></DIV>]]>
   </description>
   <pubDate>Mon, 20 Apr 2009 13:18:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14064&amp;PID=48158&amp;title=rowheight-and-grouping#48158</guid>
  </item> 
  <item>
   <title><![CDATA[RowHeight and Grouping. : I&amp;#039;m getting to grips with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14064&amp;PID=48095&amp;title=rowheight-and-grouping#48095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5135">keepITcool</a><br /><strong>Subject:</strong> 14064<br /><strong>Posted:</strong> 18 April 2009 at 6:17am<br /><br /><P>I'm getting to grips with various CJ controls... sometimes the hard way.</P><P>RowHeight: How do I control the rowheight? That goes for normal rows, but group rows in particular. I'm using office themes for coloring and shading but I'm not sure if and how these influence rowheight. For now I just want to get rid of these oversized group rows.</P><P>Grouping: I'm struggling with "ShowItemInGroups" (at runtime)&nbsp; I found it late, but it's exactly what I needed.</P><P>.HideColumnAfterGroupBoxDrop = True appears to be ignored when grouping is handled by ShowItemsInGroup.<BR>I can and apparently must do it myself for which I need GroupingOrderChangedEx event. Nice there's no documention for that.</P><P>First hing I notice is that only the Added column fires an event. I had expected it to first fire an event for the column dropped.<BR>Thus I have to store the hidden column in my own variable. What an f***ing nuisance.</P><P>BTW: Overall I'm quite happy with the controls. Report performance is very good!. <BR>BUT: Learning curve is pretty steep and the helpfile sucks. It's directed at individual methods and properties but there's hardly any overview of how the various settings work in combination. So finding out how to make the controls behave like you want is too much trial &amp; error.&nbsp;&nbsp; Then there's the technical issues with the helpfile itself. The "Location" is not precise. So in the search pane all controls are listed with "Xtrme Suite ActiveX Controls " and you''ve got to browse thrue the list. I find myself swapping between helpfile and object browser to find stuff. Pressing help from inside the code, will almost always bring up the wrong topic.</P><P>To paraphrase Paul Sr. from OCC: "I'm getting aggravated here". </P>]]>
   </description>
   <pubDate>Sat, 18 Apr 2009 06:17:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14064&amp;PID=48095&amp;title=rowheight-and-grouping#48095</guid>
  </item> 
 </channel>
</rss>