Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i force a string indicator vertical scrollbar to stay at the bottom, even if wrapping is in progress.

Hi All,
 
The simple question is in the subject. i just want the string indicator to follow the string downwards as it changes. Any idea?
 
Thx
 
/Dzsoki
0 Kudos
Message 1 of 3
(7,341 Views)
Hi Dzsoki,
 
I hope i understand what you like to have.
If you want to change the text in a Text Indicator and allways see the last letter, you have to set the Scroll Bar position to the bottommost line.
 
To realize that, create a Property Node of the Text Indicator  /Text.ScrollPosition.
To be sure that the last letter is shown in the Indicator, the value for the property node has to be higher than the number of lines possible.
 
Hope that help,
 
Stefan Henke
NIG
 
 
Message 2 of 3
(7,332 Views)
Oh, I am sorry I have overlooked that your talking about Measurement Studio for VB6.
 
In this case I have to say, that we talk about Visual Studio for VB and not about special Measurement Studio Elements we would support.
But you can try to read out the Text.Lenght and set Text:SelStart to this position. That should provide the same behavior I did explain in my last post.
 
Regards,
 
Stefan Henke
NIG
0 Kudos
Message 3 of 3
(7,330 Views)