// Author: Peter Cawley
// Modified by:
// Created: 2009-05-25
-// RCS-ID: $Id$
// Copyright: (C) Peter Cawley
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
virtual bool Layout();
virtual bool ScrollLines(int lines);
bool ScrollPixels(int pixels);
+ bool ScrollSections(int sections);
wxOrientation GetMajorAxis() const;