T
teo
I have a Label1.
I populate it with a lot of textual rows (variably amount of rows)
and it increases its height (to the bottom).
Below that Label1
there is a second Label2 that become overlapped,
by the increased Labebl1.
Is it possible to have the Label2
sliding down (=scrolling,moving) accordingly
so to not have it overlapped?
----------------
If it can help:
I noticed that if Label1 is Positon Not Set,
the Label2 slides down and all is OK.
If Label1 is Position Absolute,
the Label2 DOESN'T slide down.
I need Label1 set to Position Absolute (unfortunately)
I populate it with a lot of textual rows (variably amount of rows)
and it increases its height (to the bottom).
Below that Label1
there is a second Label2 that become overlapped,
by the increased Labebl1.
Is it possible to have the Label2
sliding down (=scrolling,moving) accordingly
so to not have it overlapped?
----------------
If it can help:
I noticed that if Label1 is Positon Not Set,
the Label2 slides down and all is OK.
If Label1 is Position Absolute,
the Label2 DOESN'T slide down.
I need Label1 set to Position Absolute (unfortunately)