I want to access a scrollviewer from another thread. Please tell me how to do detach it from the Main Thread so that I can change the Offsets of the scrollviewer.
Thanks
I want to access a scrollviewer from another thread. Please tell me how to
Share
You can better search SO for related questions.
Anyways the answer is here.
or you can achieve this using dispatcher
and access your myScrollviewer using the UIDispatcher object created