Hi I need to add a Scroll bar dynamically. I tried http://www.w3schools.com/cssref/tryit.asp?filename=trycss_overflow, but its not working. Anybody kindly help me.
Hi I need to add a Scroll bar dynamically. I tried http://www.w3schools.com/cssref/tryit.asp?filename=trycss_overflow , but
Share
set height and width properties for it to work. The scroll will appear only after the specified height &/or width size is exceeded. Depending on which way (Vertical/ Horizontal scroll) you want it to scroll, set the properties accordingly