Do you mean the scrollbar within the frame or within the web page? If it's within the Frame, you can simply add an implicit style at that level :
<Frame>
<Frame.Resources>
<Style TargetType="ScrollBar">
....
</Style>
</Frame.Resources>
</Frame>
That should do the trick !
I have no idea how you could access the scrolls within the webpage however.