TWebBrowser 怎样隐藏滚动条(100)

  • 主题发起人 主题发起人 cybebcd
  • 开始时间 开始时间
C

cybebcd

Unregistered / Unconfirmed
GUEST, unregistred user!
TWebBrowser 怎样隐藏滚动条 我试过在procedure TFrm_Update.F_WebBrowserFlashDocumentComplete(Sender: TObject; const pDisp: IDispatch; var URL: OleVariant);begin F_WebBrowserFlash.OleObject.Document.Body.style.border := 'none'; F_WebBrowserFlash.OleObject.Document.Body.Style.margin := '0px'; F_WebBrowserFlash.OleObject.Document.Body.Scroll := 'no';end;无效。希望能够给位高手能告诉我解决方法。谢谢
 
给位高手。
 
用EmbeddedWB控件吧,属性Userinterfaceoptions中的SCROLL_NO=true就可以了
 
F_WebBrowserFlash.OleObject.document.body.style.borderStyle:='none';F_WebBrowserFlash.OleObject.document.body.style.margin:='0px';F_WebBrowserFlash.OleObject.document.body.scroll:='no';大小写敏感document body style 应该小写其他的自己去参考一下HTML 、JavaScript、css
 
还是不行。应该不是这个问题。大小写。还有其他方法吗?
 

Similar threads

D
回复
0
查看
2K
DelphiTeacher的专栏
D
D
回复
0
查看
2K
DelphiTeacher的专栏
D
D
回复
0
查看
1K
DelphiTeacher的专栏
D
C
回复
0
查看
554
CSDN → Delphi论坛
C
后退
顶部