Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - Possible "bug" in GetRowHeight
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Possible "bug" in GetRowHeight

 Post Reply Post Reply
Author
Message
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Topic: Possible "bug" in GetRowHeight
    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/
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.