Resize problem with List and Container

Started by miro, August 07, 2012, 09:01:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

miro

Hi,

I'm trying to put multiple Containers in the List on the document. Now, the desired behavior is to have the List as wide as the page width (even after page resize)  which is done with
ShapeTransform:  Width =GUARD(ThePage!PageWidth-10 mm)
                             PinX =  GUARD(ThePage!PageWidth/2)
After I drop a Container into the List my guarded Cells are gone and replaced with absolute values.  Does anybody know why ? The List size takes also a size of the Container. My msvSDContainerResize on te List is set to 0;

Thnx.
     

aledlund

That's the way it works. The issue has been raised directly with MS. Why they didn't go with relative pointers vs. absolute values is beyone me.

al