<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Il 04/02/2016 18:51,
      <a class="moz-txt-link-abbreviated" href="mailto:info@voiceliveeditor.com">info@voiceliveeditor.com</a> ha scritto:<br>
    </div>
    <blockquote cite="mid:BA2E3CB2680E48619012467AD921AE57@ianPC"
      type="cite"><font style="size: 4">Hi<br>
        I have a problem using a panel, that is large say 70000.<br>
        If I try to bring areas of this into the view area by using
        panel.top:=-avalue, this works fine until you hit –32769; at
        which point the panel vanishes.<br>
        How can this be corrected; or is there a workaround?<br>
      </font></blockquote>
    <br>
    What I'd do in your place would be to use a TBitmap of the required
    size and populate it with whatever image you need. You're just
    working in memory, no visual components implied, you shouldn't have
    any constraint in its size. Then you may copy to the canvas of the
    visual object just the portion you want to show.<br>
    It should work quite smoothly.<br>
    <br>
    Giuliano<br>
    <br>
  </body>
</html>