my page contains gridviews, textboxes, comboboxes... : one of the gridview is hidden; the user needs to press a button to make it visible (it is inside a panel that contains a vertical scroll, and have a header and a footer, and this last panel is contained in an update panel).
i want to make the header and footer fixed while scrolling. i need this to work in ie and in firefox the latest versions.
I've been researching an issue for quiet some time, but most of the posts I'm reading are older. I'm trying to figure out if there is a new solution to getting an asp:dropdownlist vertical scrollbar. I have several dropdownlists with fixed widths, but the data that populates these dropdownlist do not fit inside the width. Is there a recent - acceptable workaround or solution? I'm using Visual Studion 2010.
With this code, it displayes the horizontal scroll bar but not the vertical at first, BUT if you minimize your screen, the vertical kicks in, i would like to have them both be there at all times, how can I code this?
with this code i get the horizontal scroll bar.. however.. the vertical scroll bar remains disabled.. and the listbox control extends till the end of the window..!
I am having a problem with a modal popup that has a vertical scroll bar. In IE the vertical scroll bar works as it should. However in Firefox, if I try to click and drag the scroll box or "thumb" along the track the whole modal popup is draged accross the screen. The scroll buttons will advance the scroll, I just can't grab the tumb without dragging the whole screen.
The popup text is in a div with the following properties:
I have a gridview and its contains 16 column. I would like to use the scrollbar in the gridview with Freezing first two columns and use the scrollbar to show remaining data..
i have an Grdiview within that two table is there, one is for header another is for body section, now the horizontal line is coming on the gridview but vertical line is not coming, below is my code
Is there any way to stop Gridview to turn back to first row when user click edit link button. Say there are 50 rows in gridview, user scrolled down to 45th row then click edit button. Gridview shifted to editmode but user need to roll down back again to reach the row 45th.
i need to add vertical as well as horizontal scroll bar to grid view. i have read your artical about adding vertical scroll bar. how to add horizontal scroll bar ??
I got a masterpage, in that i got login control and that page has height="800px" and i should not change the height but i need to remove the scroller to that page.
I have a listview with multiple records inside a div whose overflow property has been set to enable scrollbars. Now I have another search panel in which If i click on a particular item the corresponding item in the listview gets selected. But the problem is that the item gets selected but the user cannot view it if its way down on the list.I also want the scrollbar to move in order to let the user show the selected item.
When the page is loading i have the problem, that the Page shakes a little to the right and then to the left. That´s maybe because of a scrollbar effect in the browser.
I tried to fix a vertical scrollbar, but it does not work.
Take a look at the site: [URL]
There the pages in progress are available. When you hit the Navigation bar, the Page reload is shaking.
Due to which it adds a horizontal scrollbar to my controls. Now i have a checkox inside this with autopostback property enabled due to which whenever i checked it, my sroll position changes which makes a difficult task for user to enter data. Is there any way to maintain the horizontal-position of scrollbar om autopostback? although i have tried maintainscrollposition=true in page tag but doesnot work for horizontal scroll position