scroll bar
how to manage scroll bar in web browser in c#??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manish Kumar ChoudharyPosted Jan 14, 2015, 4:28 AM
You need to write your text inside div or table and make that div or table scrollable for that
Go through following links it will help you
http://www.w3schools.com/cssref/tryit.asp?filename=trycss_overflow
http://www.way2tutorial.com/html/example/div_tag_scrollbar_example.php
Posted Jan 14, 2015, 4:21 AM
Manish Kumar ChoudharyPosted Jan 14, 2015, 4:05 AM
Through code you cannot add or remove web browser property.
the scroll bar will automatically show whenever the content will not fit in the screen no need to do anything.
Posted Jan 14, 2015, 4:00 AM
Manish Kumar ChoudharyPosted Jan 14, 2015, 3:46 AM
Explain your question properly.