1
NGUI 3 Support / Re: How do I build a correctly aligning vertical scrollview table?
« on: April 17, 2014, 07:56:41 AM »
I've had the same results, I can't figure out what I'm doing wrong.
My problem with the anchoring system goes even further : I want my TableCells to stretch when the resolution changes, and usually I'd do that by adding a UIWidget to the root of each TableCell and setup its anchor so it stretches correctly with different ratios and resolutions. However, defining an anchor for the TableCell widget means its position is also locked, so it can't be moved around by the UITable. I'm able to have my UITable itself stretch correctly, but since I can't use anchors on the table elements, they don't stretch. Any help ? Am I doing something completely wrong ?
Thanks.
My problem with the anchoring system goes even further : I want my TableCells to stretch when the resolution changes, and usually I'd do that by adding a UIWidget to the root of each TableCell and setup its anchor so it stretches correctly with different ratios and resolutions. However, defining an anchor for the TableCell widget means its position is also locked, so it can't be moved around by the UITable. I'm able to have my UITable itself stretch correctly, but since I can't use anchors on the table elements, they don't stretch. Any help ? Am I doing something completely wrong ?
Thanks.
