Quote Originally Posted by Nouyana View Post
Krool, thanks for the detailed answer. I really mixed things up, and you helped me figure it out. But now I still want to understand how the standard IntegralHeight property works

For example, when I increase the .Font.Size at runtime, the .Height also increases. This is independent of the .IntegralHeight value. How can I see the "partial items"?
IntegralHeight set to True just makes sure the items are completely visible, so the Height is always 'rounded' to a full item visible, so if you increase the size of the font it will adjust the height with it. Set it to False if you don't want that, the Height will be as you've set it.