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!
Professional Software Development Tools
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!
Excuse, has overlooked to attach a file![]()
Hi GAV,
changed some code in
ListBox1 : On Select
Page1 : On Timer
Hope it helps
Stefan_M
"With a rubber duck, one's never alone."
Douglas Adams, The Hitchhiker's Guide to the Galaxy
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!
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
I wanted to find a way to change ListBox scrolling...why do you use the combination of the listbox and the paragraph object?![]()