I'm trying to create a HScrollBar same scrollbar in datagridview, when resizing the form and columns the impact HScrollbar make it work.
expect people to help, thank
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.
Sunny SharmaPosted Sep 9, 2013, 3:05 AM
I Suggest you to put your gridview in a Div and style your div to handle overflow, like:
----------------------------------------------
-----------------------------------------------
Remember, it only shows the scrollbar when the width/height exceeds than defined (400px for this example). height/width properties should be declared in order to let overflow work.
Hope you got the point.
Happy Learning :)