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

/haiku/src/kits/interface/
H A DColumnListView.cpp2491 float maxScrollBarValue = virtualWidth - fVisibleRect.Width(); local
2492 if (scrollToFit || hScrollBar->Value() <= maxScrollBarValue) {
2493 hScrollBar->SetRange(0.0, maxScrollBarValue);
2841 float maxScrollBarValue = _VirtualWidth() - fVisibleRect.Width(); local
2845 if (max != maxScrollBarValue && position.x > maxScrollBarValue)
4583 float maxScrollBarValue = fItemsHeight - fVisibleRect.Height(); local
4590 if (scrollToFit || vScrollBar->Value() <= maxScrollBarValue) {
4591 vScrollBar->SetRange(0.0, maxScrollBarValue);
4674 float maxScrollBarValue local
[all...]

Completed in 48 milliseconds