Searched refs:fItemsHeight (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DColumnListView.cpp333 float fItemsHeight; member in class:BPrivate::OutlineView
3200 fItemsHeight(0.0),
3249 fItemsHeight = 0.0;
4317 fItemsHeight += subTreeHeight;
4365 fItemsHeight -= subTreeHeight;
4373 if (fItemsHeight > fVisibleRect.Height())
4374 ScrollBy(0.0, fItemsHeight - fVisibleRect.Height() - Bounds().top);
4500 fItemsHeight += row->Height() + 1;
4582 if (fItemsHeight > fVisibleRect.Height()) {
4583 float maxScrollBarValue = fItemsHeight
[all...]

Completed in 53 milliseconds