Print Page | Close Window

Possible "bug" in GetRowHeight

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=16741
Printed Date: 17 May 2024 at 10:50am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Possible "bug" in GetRowHeight
Posted By: znakeeye
Subject: Possible "bug" in GetRowHeight
Date Posted: 23 May 2010 at 3:30pm
I think this should be the default behavior in GetRowHeight function:
 
virtual int GetRowHeight(CDC* pDC, CXTPReportRow* pRow)
{
   int rowHeight = CXTPReportPaintManager::GetRowHeight(pDC, pRow);
   return max(rowHeight, m_nRowHeightDefault);
}


-------------
PokerMemento - http://www.pokermemento.com/



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net