Forum Discussion
Ryan_Moran
11 years agoValued Contributor
I was able to work around this by checking the parent object ScreenTop + Height vs. child objects ScreenTop + Height (and making sure the child objects position was less than the parent objects position) to ensure the child object was within view.
This required a refresh to the child object AND a hard set delay of about 1.5s to account for the delay in the refresh() method as the control is being scrolled.
Hope that helps anyone else experiencing this issue.
This required a refresh to the child object AND a hard set delay of about 1.5s to account for the delay in the refresh() method as the control is being scrolled.
Hope that helps anyone else experiencing this issue.
Related Content
Recent Discussions
- 3 hours ago