Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #1679 move helper #1680

Merged
merged 1 commit into from
Aug 6, 2022
Merged

Fixes #1679 move helper #1680

merged 1 commit into from
Aug 6, 2022

Conversation

msevestre
Copy link
Member

No description provided.

@msevestre msevestre requested a review from Yuri05 August 6, 2022 21:31
viewInfo.CalcRealViewHeight(oldBounds);

var scrollInfo = (ScrollInfo) fi.GetValue(this);
if (scrollInfo.HScrollVisible)
height += scrollInfo.HScrollSize;

return height;
//We had this extra height for each row as some is always missing on larger scaling.
return height + RowCount * COMPUTED_EXTRA_HEIGHT;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was seems to fix it for me. On larger scaling, I need to add some extra pixel per height. This works great in PKSim so I am putting it here. Let see

@msevestre msevestre merged commit fcd42c6 into develop Aug 6, 2022
@msevestre msevestre deleted the 1679-move-helper branch August 6, 2022 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant