Answered
Retain Old Container columnCount and columnGap Properties
Hi,
I have a textFlow where I have implemented columnCount and columnGap properties.
Now for some reason I have to remove that old container with:
textFlow.flowComposer.removeAllControllers();
and use a new container to update it's height and width;
But I am not getting the columnCount and columnGap even though I reassign it with ContainerFormat after adding the Controller to textFlow.
Please suggest.
Thanks
Rajesh
I have a textFlow where I have implemented columnCount and columnGap properties.
Now for some reason I have to remove that old container with:
textFlow.flowComposer.removeAllControllers();
and use a new container to update it's height and width;
But I am not getting the columnCount and columnGap even though I reassign it with ContainerFormat after adding the Controller to textFlow.
Please suggest.
Thanks
Rajesh
