[webkit-dev] (real) page height
Mike Reed
mikerreed at gmail.com
Thu Mar 22 11:05:26 PDT 2007
Trying to know the tight document height (so I can auto-fit a window to it).
I have been hanging out in ScrollView::resizeContents(w, h), which is
what I want... except that it seems to never return a height less than
my FrameView's height.
Is there some other notification, or way to query the document so I
can discover the page's minimal height (the smallest height that would
not trigger the need for a vertical scrollbar)?
thanks,
mike
More information about the webkit-dev
mailing list