All frames have their own scrollbars; it's been this way since the
introduction of frames and works the same for all browsers, not just
Chrome.

The best way to ensure that the frame scrollbar does not show is to
allow enough size for the corresponding frame contents when writing
your <frameset> line.  The fact that a scrollbar is showing in the
frame means that the frame size is not sufficient to show all the
content at once (even if that "content" is blank areas/padding at the
edges).

Otherwise, you can disable the frame scrollbar by: <frame
src="page.htm" scrolling="no">

On Feb 13, 3:41 am, ray <[email protected]> wrote:
> Hi Guys ,
> When a web page has frames in it.Each frame seems to have a scrollbar
> already, even though the page does not have any content yet.This
> becomes a  bigger problem if I have a datagrid inside the frame, which
> itself will have a scrollbar.Now I have two scrollbar!! How do I
> resolve this so that my frame has only one scrollbar and that is only
> for the datagrid .
>
> Bye
--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to