// is kept for backwards compatibility
size_t GetLastVisibleLine() const { return GetVisibleEnd() - 1; }
+ // layout the children (including the sizer if needed)
+ virtual bool Layout();
protected:
// this function must be overridden in the derived class and it should
// update the thumb size shown by the scrollbar
void UpdateScrollbar();
+ // remove the scrollbar completely because we don't need it
+ void RemoveScrollbar();
+
private:
// common part of all ctors
void Init();