History log of /haiku/src/kits/interface/ViewPort.cpp
Revision Date Author Comments
# 88f12ad8 10-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add private BViewPort class

* It simplifies putting regular layout-aware views or layout items into
a BScrollView.
* Not quite complete yet: Height-for-width support is missing, but that
also requires fixing BScrollView in this respect. Scroll bar auto-hide
support would be nice as well.


# 88f12ad84fa46739ba94376b5324cdc35bd50b9c 10-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add private BViewPort class

* It simplifies putting regular layout-aware views or layout items into
a BScrollView.
* Not quite complete yet: Height-for-width support is missing, but that
also requires fixing BScrollView in this respect. Scroll bar auto-hide
support would be nice as well.