History log of /haiku/docs/user/interface/ScrollView.dox (Results 1 – 7 of 7)
Revision Date Author Comments
# 5b0e5c0a 22-Jan-2019 Augustin Cavalier <waddlesplash@gmail.com>

BScrollView: Automatically update the scrollbar proportions in layout mode.

Since we know what size the target view is / wants to be, we can automatically
set the range, steps, and proportion trivia

BScrollView: Automatically update the scrollbar proportions in layout mode.

Since we know what size the target view is / wants to be, we can automatically
set the range, steps, and proportion trivially. In non-layout mode, we retain
the old behavior. Applications or views that need custom scrolling behavior almost
certainly will be using BScrollBars directly and not this, so this should not be
"wasted computation" in pretty much any case.

Greatly improves the appearance and UX of the default case of a layouted
view inside a BScrollView.

Change-Id: Ia6ff6ee14df96799c579e15d274fd4c849675577
Reviewed-on: https://review.haiku-os.org/c/892
Reviewed-by: waddlesplash <waddlesplash@gmail.com>

show more ...


# 49a56113 07-Jul-2015 John Scipione <jscipione@gmail.com>

Fix typo: on => one


# 046d20af 07-Jul-2015 John Scipione <jscipione@gmail.com>

BScrollView::ScrollBar return val docs past tense


# 5a2ed95c 07-Jul-2015 John Scipione <jscipione@gmail.com>

Clarify ScrollView::ScrollBar() direction parameter in docs


# c466b4da 07-Jul-2015 John Scipione <jscipione@gmail.com>

IK: Change orientation param name to direction

for ScrollView::ScrollBar in ScrollView.h and the documentation. This makes
the parameter name consisent and fixes a doxygen warning.


# c86c9e29 27-Feb-2015 Augustin Cavalier <waddlesplash@gmail.com>

ScrollView docs: make parameter name match the header file.


# 47852bff 13-Jun-2014 John Scipione <jscipione@gmail.com>

IK documentation update

* Add \since directive to each method.
* Add documentation for BScrollBar and BScrollView classes.
* Title Case group titles.
* Some other minor documentation updates.