i have kept textblocks one below the other.
For e.g.
<textBlock1>
<textBlock2>
<textBlock3>
<textBlock4>
Any Textblock (say-‘textBlock2’) in between is visible=Hidden, then automatically following Textblocks(say-‘textBlock3′,’textBlock4’) should shift up. Also, when the textbox(say-‘textBlock2’) which is visible=Hidden is made visible, then following textboxes (say-‘textBlock3′,’textBlock4’) should shift downwards…
Is this possible?
i have kept textblocks one below the other. For e.g. <textBlock1> <textBlock2> <textBlock3> <textBlock4>
Share
You should set
VisibilitytoCollapsed, notHidden, for that to happen.