<?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 Hi Roman- in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Borders-and-scroll/m-p/1062101#M54531</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi Roman-&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I've contacted an engineer on the team that may be able to help you with this.&lt;/P&gt;

&lt;P&gt;Tony&lt;/P&gt;</description>
    <pubDate>Fri, 28 Oct 2016 00:12:28 GMT</pubDate>
    <dc:creator>Anthony_H_Intel</dc:creator>
    <dc:date>2016-10-28T00:12:28Z</dc:date>
    <item>
      <title>Borders and scroll</title>
      <link>https://community.intel.com/t5/Software-Archive/Borders-and-scroll/m-p/1062099#M54529</link>
      <description>&lt;P&gt;All welcome!&lt;BR /&gt;
	Questions:&lt;/P&gt;

&lt;P&gt;1) when creating a webview appear indented on both edges (2-3px) and trying to enter html code by hand, they are not lost. How to be? Turns you need a stretch to fill the screen object (min-width / hieght = 100% does not help) or remove borders&lt;/P&gt;

&lt;P&gt;2) How to remove the scroll to the right when the page is greater than the standard size (you just need to hide it)?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2016 20:05:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Borders-and-scroll/m-p/1062099#M54529</guid>
      <dc:creator>Roman_T_1</dc:creator>
      <dc:date>2016-10-22T20:05:54Z</dc:date>
    </item>
    <item>
      <title>Anyone can help?</title>
      <link>https://community.intel.com/t5/Software-Archive/Borders-and-scroll/m-p/1062100#M54530</link>
      <description>&lt;P&gt;Anyone can help?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2016 22:27:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Borders-and-scroll/m-p/1062100#M54530</guid>
      <dc:creator>Roman_T_1</dc:creator>
      <dc:date>2016-10-22T22:27:54Z</dc:date>
    </item>
    <item>
      <title>Hi Roman-</title>
      <link>https://community.intel.com/t5/Software-Archive/Borders-and-scroll/m-p/1062101#M54531</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi Roman-&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I've contacted an engineer on the team that may be able to help you with this.&lt;/P&gt;

&lt;P&gt;Tony&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 00:12:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Borders-and-scroll/m-p/1062101#M54531</guid>
      <dc:creator>Anthony_H_Intel</dc:creator>
      <dc:date>2016-10-28T00:12:28Z</dc:date>
    </item>
    <item>
      <title>If you need to remove</title>
      <link>https://community.intel.com/t5/Software-Archive/Borders-and-scroll/m-p/1062102#M54532</link>
      <description>&lt;P&gt;If you need to remove scrollbars from your _app_, read below. &amp;nbsp;However, before you make any adjustments I strongly recommend testing your app on real devices. Most devices correctly hide/show and virtualize scroll bars for you, so it's not something you should have to worry about.&lt;/P&gt;

&lt;P&gt;If you are only seeing the scroll bar in App Designer - don't worry about them. Just ignore it. &amp;nbsp;App Designer wants to put scrollbars on so your content is perusable when editing. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;For removing scrollbars, there are a few approaches.&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;overflow-y &amp;nbsp; &amp;lt;-- this CSS property governs whether vertical scrollbars are put on a container &amp;nbsp;when its content is larger than the container&lt;/LI&gt;
	&lt;LI&gt;box-sizing:border-box &amp;lt;-- this CSS property/value makes the height of your items include their border and padding. The default is content-box, which does not. If you are setting CSS heights manually, then you may struggle if you aren't using box-sizing:border-box. You may think everything adds up right, but be unpleasantly surprised when scrollbars appear because your content is bigger than you think.&lt;/LI&gt;
	&lt;LI&gt;margin:0 &amp;lt;-- no box-sizing property includes the margins. &amp;nbsp;So if you are manually setting CSS heights, you need to either take the margins into account for your calculations, or clear them by setting them to 0.&lt;/LI&gt;
	&lt;LI&gt;Use vh/vw units instead of %. &amp;nbsp;Dealing with CSS % is fraught with problems. &amp;nbsp;The vh/vw units are much simpler. There are lots of good articles explaining them.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 22:18:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Borders-and-scroll/m-p/1062102#M54532</guid>
      <dc:creator>Chris_P_Intel</dc:creator>
      <dc:date>2016-10-28T22:18:52Z</dc:date>
    </item>
  </channel>
</rss>

