Hi Paul,
Thanks for the response. We have verified that both the possibilities you have mentioned is not happening in this scenario. As I mentioned earlier
" But I checked that visibility of both variables which is true and the values are not null ". Vertical list view has initialized with valid string values and while loading for first time we are able to get the initialized values. When we are loading again while scrolling or explicitly invoking Onloaditem method the description (item name) contains static string value is shown in the screen, but value_text and unit_text contains dynamic value which will be updated by external source is getting hidden.
For reference: In Vertical List view, description = one, value_text = 0.0, unit_text = kk
You can see that unit_text.String has valid string value and the visibility is also true. But in the screen that value is not visible. This is happening when the item is getting reloaded in the cache memory. Otherwise the unit_text and value_text is shown without any problem.
As I observed while we are reloading (calling onload item) this problem is happening, so let me know how vertical list cache is maintained and how the items getting loaded. Is there any possibility that dynamic data might become null while the vertical list is getting loaded ?
Thank you,
Meenakshi Sundaram S R.