SetScrollBar
SetScrollBar(scrollView ? scrollView->ScrollBar(B_VERTICAL) : NULL);
void SetScrollBar(BScrollBar* scrollBar);
view->SetScrollBar(scrollView->ScrollBar(B_VERTICAL));
SetScrollBar(scroller, builder.GetBounds().Height(), fDetails->Bounds().Height());
SetScrollBar(scroller, builder.GetBounds().Width(), fDetails->Bounds().Width());