<?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 : XTPReportRow</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : XTPReportRow]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 04:26:50 +0000</pubDate>
  <lastBuildDate>Tue, 23 Dec 2014 05:27:33 +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=18649</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[XTPReportRow : Meanwhile, we created our own...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18649&amp;PID=73006&amp;title=xtpreportrow#73006</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=313">Marco1</a><br /><strong>Subject:</strong> 18649<br /><strong>Posted:</strong> 23 December 2014 at 5:27am<br /><br />Meanwhile, we created our own 15.3.2 version with own fixes and enhancements (some merges of the 16.x branch).<br>Things like your fix above go direct inside our version. Thanx.<br>Unfortunately all 16.x. wasn't and isn't usable in our product. The way we've chosen is to stay by our own 15.3.2 version and 2010 themes for the next years and maintain the toolkit on our own. 15.3.1 is a very stable and IMHO the best version of the toolkit.<br>Let's see how things here play out...<br><br>]]>
   </description>
   <pubDate>Tue, 23 Dec 2014 05:27:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18649&amp;PID=73006&amp;title=xtpreportrow#73006</guid>
  </item> 
  <item>
   <title><![CDATA[XTPReportRow : Hi;Meanwhile I found a better...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18649&amp;PID=72995&amp;title=xtpreportrow#72995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 18649<br /><strong>Posted:</strong> 18 December 2014 at 9:44am<br /><br />Hi;<br><br>Meanwhile I found a better solution:<br>I created my own CXTPReportPaintManager and wrote a SetRowHeight() function that I call in the constructor of my CXTPReportControl derived class. That's it.<br><table width="99%"><tr><td><pre class="BBcode">void FixedGroupHeightPaintManager::SetRowHeight( int Height ) {<br>&nbsp; m_nRowHeight=Height;<br>}</pre></td></tr></table><br>]]>
   </description>
   <pubDate>Thu, 18 Dec 2014 09:44:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18649&amp;PID=72995&amp;title=xtpreportrow#72995</guid>
  </item> 
  <item>
   <title><![CDATA[XTPReportRow :  Hello Martin,This is possible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18649&amp;PID=72994&amp;title=xtpreportrow#72994</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 18649<br /><strong>Posted:</strong> 18 December 2014 at 9:39am<br /><br />Hello Martin,<br><br>This is possible through &nbsp; CXTPReportPaintManager::m_nRowHeightDefault &nbsp; variable. But to apply changes you must reset text font <img src="http://forum.codejock.com/smileys/smiley29.gif" border="0" alt="Wacko" title="Wacko" />. &nbsp;Also for better appearance add alignment for every column &nbsp;xtpColumnTextVCenter.<br><br><table width="99%"><tr><td><pre class="BBcode">int CSomeView::OnCreate(LPCREATESTRUCT lpCreateStruct)<br>{<br>	if (CXTPReportView::OnCreate(lpCreateStruct) == -1)<br>		return -1;<br><br>	CXTPReportControl&amp; wndReport = GetReportCtrl();<br>	<br>&nbsp;wndReport.GetPaintManager()-&gt;m_nRowHeightDefault += 5;<br>	LOGFONT lf;<br>	wndReport.GetPaintManager()-&gt;GetTextFont()-&gt;GetLogFont(&amp;lf);<br>	wndReport.GetPaintManager()-&gt;SetTextFont(lf);<br><br>...<br><br>	for (nColumn=0; nColumn&lt;nColumnCount; nColumn++)<br>	{<br>		CXTPReportColumn *pColumn = new CXTPReportColumn(nColumn, _T(""), 90, TRUE);<br>		pColumn = wndReport.AddColumn(pColumn);<br>		pColumn-&gt;SetAlignment(xtpColumnTextVCenter);<br>	}<br>...<br></pre></td></tr></table><br><br>Regards,<br>&nbsp;Oleksandr Lebed<br>]]>
   </description>
   <pubDate>Thu, 18 Dec 2014 09:39:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18649&amp;PID=72994&amp;title=xtpreportrow#72994</guid>
  </item> 
  <item>
   <title><![CDATA[XTPReportRow : I&amp;#039;m also searching for this!I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18649&amp;PID=72987&amp;title=xtpreportrow#72987</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 18649<br /><strong>Posted:</strong> 17 December 2014 at 4:12pm<br /><br />I'm also searching for this!<br>I want to use fixed row height, but it should be increased by several px.<br>Can't find a way how to do this.<br>SetFixedRowHeight(FALSE) can't be used, because scrolling performance is then really poor!<br><br>]]>
   </description>
   <pubDate>Wed, 17 Dec 2014 16:12:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18649&amp;PID=72987&amp;title=xtpreportrow#72987</guid>
  </item> 
  <item>
   <title><![CDATA[XTPReportRow : Hello,How can I set row&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18649&amp;PID=65234&amp;title=xtpreportrow#65234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6684">sodind</a><br /><strong>Subject:</strong> 18649<br /><strong>Posted:</strong> 12 July 2011 at 4:58pm<br /><br />Hello,<div><div>How can I set row's size (height)? Is this possible?</div></div><div>Thanks.</div>]]>
   </description>
   <pubDate>Tue, 12 Jul 2011 16:58:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18649&amp;PID=65234&amp;title=xtpreportrow#65234</guid>
  </item> 
 </channel>
</rss>