adriano.freitas
Active Member
I'm developing an application that uses a ScrollView with a panel inside where several elements are added (buttons, labels, etc) and that simulate a TreeView. At some point I need to update the text visualization. Then the items are deleted and replaced with their new information, but it's just an update, the same items will be there. Then I needed to memorize the position of the scrollview before the update and after its new filling, resume viewing at the same point.
I saw some examples on the forum. Tried with ScrollToNow and ScrollPosition... Nothing works. Any idea?
I saw some examples on the forum. Tried with ScrollToNow and ScrollPosition... Nothing works. Any idea?