How do you detect and return to scroll position in VSA (to return to the last read Label)?

Unlike Buttons and other components, Labels do not have Events or Methods. If Labels had a Events or Methods you might be able to focus on one of the Labels.

You might try

  1. LabelPlus - Additional methods for the Label component

The extension provides Methods that you might be able to use to Focus on a Label using a RequestFocus Method and a LostFocus Event Block. Experiment, you may be able to use these Methods/Events to return to a Label.

  1. Make a List of your Existing Labels. Use the List to 'find' the last used Label possibly. You would have to experiment to find out if this is practical.

When you are successful, let us know. If not let us know what you tried.

  1. Use a different method. Possibly use the LabelPlus scrolling feature and conventional search for last read text when the user returns.
1 Like