cancel
Showing results for 
Search instead for 
Did you mean: 

Need Logic to retain the spaces of disappeared UI Elements

Former Member
0 Kudos

hi,

i have certain UI elements on the layout ,during the execution these UI elements will disappear .So once they disappeared i need those UI elements spaces to be retain there ,instead those spaces are replaced by the other UI elements.

Thanks

Ganesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

closed

Former Member
0 Kudos

HI Ganesh,

You will have to be clever here, that you place the dissapearing items either last or in group boxes UI elements so that when they VANISH on being made invisible rest of the layout remains intact.

Example If you are using the MatrixLayout never make the element to be Hidden as MatrixHeadData.

Or other ways to achieve this effect would be Dynamic programing , Creating InvisibleElement etc.

Cheers

Prashant