-
Junior Member
How to remove horizontal scroll bar
How to remove horizontal scroll bar
I had kept panel (css)for a gridview to fix the header while scrolling
My problem is i am getting horizontal scroll bar even i am increasing the width....the individual column width is increasing but the horizontal scroll bar is not going.
so,what I have to do in order to not get horizontal scroll bar.
-
Junior Member
Re: How to remove horizontal scroll bar
This is a CSS issue not ASP.NET
-
Contributing Member
Re: How to remove horizontal scroll bar
Try the following....
Code:
style="overflow:auto;"
-----------------
suresh
-
Junior Member
Re: How to remove horizontal scroll bar
try this css style:
overflow:hidden
-
Contributing Member
Re: How to remove horizontal scroll bar
Hi Ratheesh,
If you put overflow:hidden then you can't able to see the overflow content.
------------------
suresh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules