<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic HTML Viewer HIDE scrollbar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-viewer-hide-scrollbar/m-p/6285387#M1388980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I disable scrollbars in a HTML Viewer control? I can't hide them. Even i have enough space but i am getting this grey inactive scrollbar....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 13:58:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-22T13:58:39Z</dc:date>
    <item>
      <title>HTML Viewer HIDE scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-viewer-hide-scrollbar/m-p/6285387#M1388980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I disable scrollbars in a HTML Viewer control? I can't hide them. Even i have enough space but i am getting this grey inactive scrollbar....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 13:58:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-viewer-hide-scrollbar/m-p/6285387#M1388980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T13:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Viewer HIDE scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-viewer-hide-scrollbar/m-p/6285388#M1388981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anybody have an idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 05:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-viewer-hide-scrollbar/m-p/6285388#M1388981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T05:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Viewer HIDE scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-viewer-hide-scrollbar/m-p/6285389#M1388982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay i've found the solution. The problem is the HTML code and IE7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;&amp;lt;style type="text/css"&amp;gt;&lt;/P&gt;&lt;P&gt;html &lt;SPAN __jive_macro_name="overflow"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;in your HTML Code set the DOCTYPE right and it will work fine!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 07:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-viewer-hide-scrollbar/m-p/6285389#M1388982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T07:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Viewer HIDE scrollbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-viewer-hide-scrollbar/m-p/6285390#M1388983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found the following works quite well, when placed in the document's &amp;lt;head&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;/P&gt;&lt;P&gt;html { overflow: auto; }&lt;/P&gt;&lt;P&gt;body { overflow: auto; }&lt;/P&gt;&lt;P&gt;/* Other styles to follow */&lt;/P&gt;&lt;P&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are other solutions out there, like making the document's first line &amp;lt;body style="overflow: auto"&amp;gt;, however those solutions break the markup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, you other thread regarding the &amp;lt;!doctype html&amp;gt; declaration:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1454752" title="http://scn.sap.com/thread/1454752"&gt;http://scn.sap.com/thread/1454752&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Would you mind reopening this thread so we might discuss? I've encountered the same problem, but the merge solution you provided doesn't work correctly for me. I have a mime repo object, which contains the lines:&lt;/P&gt;&lt;P&gt;&amp;lt;!doctype html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!CONTENT!&amp;gt;&lt;/P&gt;&lt;P&gt;and I perform a merge on the &amp;lt;!CONTENT!&amp;gt; tag, replacing it with my entire HTML document, but only the first line of my HTML is inserted (when the command is 'r' - replace). Is this what you found?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 23:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-viewer-hide-scrollbar/m-p/6285390#M1388983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-07T23:16:55Z</dc:date>
    </item>
  </channel>
</rss>

