c# - First ListView item doesnt displayed Windows Phone 8.1 -
i've got problem described here listview in windows phone 8.1 wobbles while scrolling though long list (xaml)
so im solve problem link, when add xaml datatemplate listview grid width="{binding actualwidth, elementname=content}"
, after that, 1st item of listview dosent displayed, not rendring @ all... how can solve that?
i believe caused because estabish itemsource of "content" in earlier event(like loadstate event). possible actualwidth 0.0 when tries bind first item.
so try assign itemsource in event page's loaded event make sure actualwidth has valid value.
Comments
Post a Comment