c# 4.0 - rdlc textbox overlapping each other when text is longer than textbox width -


in rdlc , have several textbox alight top bottom follow :

textbox1 textbox2 textbox3 

whenever text inside text box longer given width, overlap textbox below , need not overlapping it, push down text box .

i have reference http://forums.asp.net/t/1590478.aspx?textbox+with+too+long+text+overlapps+textbox+beneath , solution not working me.

my question how should whenever text longer given width of textbox, how prevent overlapping textbox below , or how push text box below ?


Comments

Popular posts from this blog

ubuntu - How to disable Kernel Module Signing in linux -

java - Ebean enhancement ignores a model -

How to combine associative arrays in bash? -