How to use AbsoluteLayout inside the ScrollView Programmatically?

Viewed 436

I want to display the labels with AbsoluteLayout view by providing x,y coordinates programmatically. The issue is ScrollView is overriding the AbsoluteLayout and unable to scroll the page.

1 Answers
Related