pjb153
11-12-2003, 02:33 PM
I am looking for a solution to a multi column report that forces a horizontal scroll. I have implemented an IFrame for the data rows and used the parent window for the data headings. This works great to keep the data headings in a fixed position. My issue is that to efficiently scroll the data in the IFrame, you need to first horizontally scroll to the right and then use the vertical scroll bar.
Is their some setting I can use to either place both a left and a right scroll bar or just a left scroll bar (without using the direction: rtl on the document body). An alternative would be to build a control to scroll the IFrame from the parent window, but this would need to be smooth and non-glitchy.
Thanks in advance for any helpful input.
Is their some setting I can use to either place both a left and a right scroll bar or just a left scroll bar (without using the direction: rtl on the document body). An alternative would be to build a control to scroll the IFrame from the parent window, but this would need to be smooth and non-glitchy.
Thanks in advance for any helpful input.