<?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 Re: Hide scrollbar in table controls in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-scrollbar-in-table-controls/m-p/1328507#M167938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mathias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, there won't be any vertical scrollbar assigned to Table control. It can be attached by using the statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;describe table itab lines tc-lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you want to hide the scrollbar, just remove the statement from your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Apr 2006 15:30:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-27T15:30:47Z</dc:date>
    <item>
      <title>Hide scrollbar in table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-scrollbar-in-table-controls/m-p/1328505#M167936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a way to hide at least the vertical scroll bar ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 15:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-scrollbar-in-table-controls/m-p/1328505#M167936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T15:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hide scrollbar in table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-scrollbar-in-table-controls/m-p/1328506#M167937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mathias,&lt;/P&gt;&lt;P&gt;   I don't think we can control the display of the verticalscroll bar anyway.&lt;/P&gt;&lt;P&gt;If the number of lines in the table control is more than the visible lines, then the scroll bar will automatically appear.&lt;/P&gt;&lt;P&gt;Even if you do that, what purpose does it serve?&lt;/P&gt;&lt;P&gt;How would the user go to the next line items?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 15:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-scrollbar-in-table-controls/m-p/1328506#M167937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T15:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hide scrollbar in table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-scrollbar-in-table-controls/m-p/1328507#M167938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mathias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, there won't be any vertical scrollbar assigned to Table control. It can be attached by using the statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;describe table itab lines tc-lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you want to hide the scrollbar, just remove the statement from your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 15:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-scrollbar-in-table-controls/m-p/1328507#M167938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T15:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hide scrollbar in table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-scrollbar-in-table-controls/m-p/1328508#M167939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check thsi demo Program &amp;lt;b&amp;gt;RSDEMO02&amp;lt;/b&amp;gt;, here it implemented exactly the same. there is a check box to control vertical scroll bar check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 15:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-scrollbar-in-table-controls/m-p/1328508#M167939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T15:41:21Z</dc:date>
    </item>
  </channel>
</rss>

