We have developed software. In this software, we show and hide several controls on different input screens depending on different situations.
When we hid the control, what happens is that the space occupied by this control remains as it is, and the layout looks very bad at times. on screens with lots of controls. Our client does not like this and asked us to do something.
My question is: is there a way by which we can create Fluid layouts so that when the control is hidden, the rest of the controls are automatically adjusted to fill the empty space left by the control, and when the control is displayed, they should automatically give way place of management and adjust them accordingly.
I know that we can achieve this by coding, but it will take a lot of code on each screen to set up the layout. I am looking for something that will reduce the coding on each screen, as there are more than 80 screens.
Please suggest some way that is a lesser mistake and can get rid of unnecessary coding on each input screen.
layout delphi fluid
Yogi Yang 007
source share