How to use ListView.FixedViewInfo? [closed]
i want to know how to use ListView.FixedViewInfo,
so i need some code spinet which shows a demo of how to use ListView.FixedInfo ,
can any one help me regarding on this.
Thanks In Advance,
You do not use ListView.FixedViewInfo
directly. Use addHeaderView()
or addFooterView()
on ListView
. Internally, that will use ListView.FixedViewInfo
精彩评论