private void DrawWindow() { if (didConstruct == null) { Construct(); } scrollableControl.BeginScroll(); DrawInnerWindow(); scrollableControl.EndScroll(); }