Hi
I have a ListView with the cells being ViewCells with an absolute layout.
When I rotate the device, i want the individual cells to re-draw and take into account the change in the width.
I already capture the new width in another part of the app ,and when I scroll down, new cells that are being created, are created with the correct width.
So - is there a way to force a re-draw or change the layout instance during the lifecycle of the application?
Thanks,
Erez