<?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: Avoiding vertical scroll bar in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832482#M921586</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avoiding vertical scroll bar in table control&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can remove the scroll bar in the table control by switching off horizontal and vertical scrolling in the properties of the table control. The properties can be accessed from the screen painter by double clicking on the table control. Regarding the page up and page down functions, I believe you add those buttons in the screen layout and code for them. You can use the standard function code for the page up and page down functions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get rid of the vertical scroll bars by not setting table control lines. This way the user can only see the visible lines of the table control. As for the horizontal scrollbar, just make sure that your table control doesn't contain too many fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward for useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 07:08:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-20T07:08:25Z</dc:date>
    <item>
      <title>Avoiding vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832479#M921583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How can avoid  vertical scroll bar in a table control.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ratheesh BS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 06:52:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832479#M921583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T06:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832480#M921584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I am not wrong by default vertical scroll is inactive for table control...&lt;/P&gt;&lt;P&gt;we have to do coding for activating it!!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 07:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832480#M921584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T07:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832481#M921585</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;By Unchecking  horizontal and vertical scrolling in the properties of the table control u can do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if u mean seperators then;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the table control and in the properties uncheck vertical in the seperator field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anoop Chandran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 07:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832481#M921585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T07:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832482#M921586</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avoiding vertical scroll bar in table control&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can remove the scroll bar in the table control by switching off horizontal and vertical scrolling in the properties of the table control. The properties can be accessed from the screen painter by double clicking on the table control. Regarding the page up and page down functions, I believe you add those buttons in the screen layout and code for them. You can use the standard function code for the page up and page down functions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get rid of the vertical scroll bars by not setting table control lines. This way the user can only see the visible lines of the table control. As for the horizontal scrollbar, just make sure that your table control doesn't contain too many fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward for useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 07:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832482#M921586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T07:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832483#M921587</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;&lt;STRONG&gt;Avoiding vertical scroll bar in table control&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can remove the scroll bar in the table control by &lt;STRONG&gt;switching off vertical scrolling&lt;/STRONG&gt; in the properties of the table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If Helpfull,&lt;/P&gt;&lt;P&gt; Naresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 07:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832483#M921587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T07:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832484#M921588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ratheesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are using version ECC6.0,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vertical scrolling does appears by default&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;uncheck the sepatorors vertical in the properties wondow of table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are using previous versions to ECC 6.0&lt;/P&gt;&lt;P&gt;when you create a table control using module pool program only vertical scrolling doesn't appears by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for vertical scrolling we have to write coding explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 07:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832484#M921588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T07:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding vertical scroll bar in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832485#M921589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ratheesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can remove the scroll bar in the table control by switching off horizontal and vertical scrolling in the properties of the table control. The properties can be accessed from the screen painter by double clicking on the table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****Reward points if found useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 07:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoiding-vertical-scroll-bar-in-table-control/m-p/3832485#M921589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T07:26:34Z</dc:date>
    </item>
  </channel>
</rss>

