The decision of a problem with a scrolling ListBox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • GAV
    Forum Member
    • Jan 2004
    • 50

    The decision of a problem with a scrolling ListBox

    Greetings All!
    Here result of my experiments.
    In an example changing scrolling we change the selected string.
    How to make so that at selection of string scrolling varied?
    I would be grateful for any help!
  • GAV
    Forum Member
    • Jan 2004
    • 50

    #2
    Excuse, has overlooked to attach a file
    Attached Files

    Comment

    • Stefan_M
      Indigo Rose Customer
      • Nov 2003
      • 315

      #3
      Hi GAV,

      changed some code in
      ListBox1 : On Select

      Page1 : On Timer



      Hope it helps

      Stefan_M
      Attached Files
      "With a rubber duck, one's never alone."

      Douglas Adams, The Hitchhiker's Guide to the Galaxy

      Comment

      • GAV
        Forum Member
        • Jan 2004
        • 50

        #4
        Stefan_M
        It is that, what I need!
        Thanks!

        PS
        1. How to change Position Paragraf?
        ListBox is formed dynamically. The number of the lines is the same as the number of the files in my folder. It is possible?
        2. The number of the lines (in my example) in the Paragraph (MaxRange) is 14. The Paragraph.GetScrollPos parameter always is less on 5 (in my example = 9). Is it a constantly dependence?
        I hope fo the help!

        Comment

        • Stefan_M
          Indigo Rose Customer
          • Nov 2003
          • 315

          #5
          1. Paragraph.SetScrollPos()
          see ListBox Properties: ListBox1 / 'On Select'

          2.No, it depends on the size and the number of entries from the paragraph object.


          PS: why do you use the combination of the listbox and the paragraph object?


          Stefan_M
          "With a rubber duck, one's never alone."

          Douglas Adams, The Hitchhiker's Guide to the Galaxy

          Comment

          • GAV
            Forum Member
            • Jan 2004
            • 50

            #6
            why do you use the combination of the listbox and the paragraph object?
            I wanted to find a way to change ListBox scrolling...

            Comment

            Working...
            X