<ScrollViewer> problem |
Post Reply |
Author | |
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
Posted: 01 May 2008 at 9:52pm |
I put my grid inside a <ScrollViewer>-tag, and then show it inside a CXTPPopupControl with a fixed height:
sz.cy = min(74, sz.cy);
SetPopupSize(CSize(sz.cx + 30, sz.cy + 20)); Now the scroll is cut off at the bottom, and I really don't understand its purpose. What's up?! What am I doing wrong?
|
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
The bug is located in XTPPopupItem.cpp(268):
// Third parameter becomes INT_MAX!
CSize sz = XTPMarkupMeasureElement(m_pUIElement, m_rcItem.Width());
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |