- Use wxScrolled<T> for applications where the user scrolls by a fixed
- amount, and where a 'page' can be interpreted to be the current visible
- portion of the window. For more sophisticated applications, use the
- wxScrolled<T> implementation as a guide to build your own scroll
- behaviour or use wxVScrolledWindow or its variants.
+ Use wxScrolled for applications where the user scrolls by a fixed amount,
+ and where a 'page' can be interpreted to be the current visible portion of
+ the window. For more sophisticated applications, use the wxScrolled
+ implementation as a guide to build your own scroll behaviour or use
+ wxVScrolledWindow or its variants.