I am settings multiple textboxes text from code file.The textboxes are arranged vertically.The textboxes working fine when there is small text is set but when large strings are set the spaces between textboxes increase to much actually the height of textboxes increases so it looks that like spaces between two textboxes increases which is not looks good.Is there any possible solution for this?
I already set CanGrow and CanShrink property to true but didn't get the result i want.
for example:-
With Small texts
StudentName : john,sarah,William
Subject: Science, Maths,English
With large text
StudentName : john,sarah,William,
j....jjj..j..
j....fafafakuk.,kffkdgkf
f gdfg/gsgsg.sgsg.sg
gsgsdg
Subject: Science, Maths,English
I already set CanGrow and CanShrink property to true but didn't get the result i want.
for example:-
With Small texts
StudentName : john,sarah,William
Subject: Science, Maths,English
With large text
StudentName : john,sarah,William,
j....jjj..j..
j....fafafakuk.,kffkdgkf
f gdfg/gsgsg.sgsg.sg
gsgsdg
Subject: Science, Maths,English