Author Topic: Wrap conent , Scroll View, dynamic list  (Read 2032 times)

aammfe

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 22
    • View Profile
Wrap conent , Scroll View, dynamic list
« on: August 02, 2016, 04:01:59 AM »
Hi!
i m trying to make a list view but there are problems ,
1 -items are duplicating ,
2 -when data is provided , list does not start from top

pkg
https://we.tl/zWHbZmo6xq

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Wrap conent , Scroll View, dynamic list
« Reply #1 on: August 03, 2016, 10:04:16 AM »
Assets/ItemRendrer.cs(4,7): error CS0246: The type or namespace name `BestHTTP' could not be found. Are you missing a using directive or an assembly reference?
Assets/SparkSocialRSS.cs(4,7): error CS0246: The type or namespace name `BestHTTP' could not be found. Are you missing a using directive or an assembly reference?

Same with ItemRendrerBase and i'm guessing more I am not seeing...

aammfe

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 22
    • View Profile
Re: Wrap conent , Scroll View, dynamic list
« Reply #2 on: August 03, 2016, 01:42:40 PM »
sorry for trouble.

now it has no third party asset..

 
https://we.tl/oUvAr17gUv

aammfe

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 22
    • View Profile
Re: Wrap conent , Scroll View, dynamic list
« Reply #3 on: August 08, 2016, 09:23:43 AM »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Wrap conent , Scroll View, dynamic list
« Reply #4 on: August 08, 2016, 05:46:14 PM »
You attached UIWrapContent and UITable to the same game object for some reason. Get rid of UITable, and it works fine.

Both UITable and UIWrapContent reposition children, and were conflicting with each other.