Verticle Scroll Bar problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • thomanjl

    #1

    Verticle Scroll Bar problem

    My current problem I'm having with the verticle scroll bar is actually
    with the scroll box. I have set the min and max of the scroll bar to
    -32767 and 32767 respectivly. When I scroll to the end of the file, I
    see all the data. But when I drag the scroll box to the end, the
    program cuts off about 1000 lines. I have searched and searched and I
    can't figure out where the problem is. Any suggestions would be
    great.
  • Kiteman - Canada

    #2
    Re: Verticle Scroll Bar problem

    I built a quick little app that uses vertical and horizontal scroll boxes
    and could not duplicate your problem.

    Is your code massaging the VScroll1.Value or are you displaying it directly?
    (for troubleshooting ).

    What are your LargeChange and SmallChange properties for the scroll bar?

    What is the ScaleMode property of your form and what are the width/height of
    your scrollbar?

    This is interesting.... what kind of application are you writing that
    requires values of -32767 to +32767?

    Tom


    "thomanjl" <jeremiah.thoma n@boeing.com> wrote in message
    news:f534dc61.0 407260743.6ec56 7a5@posting.goo gle.com...[color=blue]
    > My current problem I'm having with the verticle scroll bar is actually
    > with the scroll box. I have set the min and max of the scroll bar to
    > -32767 and 32767 respectivly. When I scroll to the end of the file, I
    > see all the data. But when I drag the scroll box to the end, the
    > program cuts off about 1000 lines. I have searched and searched and I
    > can't figure out where the problem is. Any suggestions would be
    > great.[/color]


    Comment

    • J French

      #3
      Re: Verticle Scroll Bar problem

      On 26 Jul 2004 08:43:40 -0700, jeremiah.thoman @boeing.com (thomanjl)
      wrote:
      [color=blue]
      >My current problem I'm having with the verticle scroll bar is actually
      >with the scroll box. I have set the min and max of the scroll bar to
      >-32767 and 32767 respectivly. When I scroll to the end of the file, I
      >see all the data. But when I drag the scroll box to the end, the
      >program cuts off about 1000 lines. I have searched and searched and I
      >can't figure out where the problem is. Any suggestions would be
      >great.[/color]

      How are you displaying the data ?

      Comment

      • Hal Rosser

        #4
        Re: Verticle Scroll Bar problem

        Same bug in dotnet
        no suggestions , but I noticed it too

        "thomanjl" <jeremiah.thoma n@boeing.com> wrote in message
        news:f534dc61.0 407260743.6ec56 7a5@posting.goo gle.com...[color=blue]
        > My current problem I'm having with the verticle scroll bar is actually
        > with the scroll box. I have set the min and max of the scroll bar to
        > -32767 and 32767 respectivly. When I scroll to the end of the file, I
        > see all the data. But when I drag the scroll box to the end, the
        > program cuts off about 1000 lines. I have searched and searched and I
        > can't figure out where the problem is. Any suggestions would be
        > great.[/color]


        ---
        Outgoing mail is certified Virus Free.
        Checked by AVG anti-virus system (http://www.grisoft.com).
        Version: 6.0.721 / Virus Database: 477 - Release Date: 7/16/2004


        Comment

        Working...