Re: Getting max scroll range (Gecko 2.0)

yakobom <[email protected]/> Wed, 11 May 2011 01:22:13 -0500
Newsgroups gmane.comp.mozilla.devel.embedding
Message-ID <[email protected]>
I have my own scrollbar, I need these in order to set it up and in order to operate it. I need to know exactly how much absolute scrolling there is, what size should the scroll graphic grip be, what size will the scroll jumps be, etc. These were all accessible to me in previous versions, using:
nsIScrollableView::GetContainerSize, GetPageScrollDistances,GetLineHeight(&LHeight) etc.

yakobom