<?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: Remove Vertical scroll in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544292#M578580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Trim , &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   You mentioned that you have 10 rows in your TC, now please resize your table control area in screen painter so that the values will fit into the visibility area of your table control . If the resizing is done properly then there will not be any scroll bars at all visible in your screen ..&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   I suggest you to try in this way and check what happens ...  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 05:33:12 GMT</pubDate>
    <dc:creator>former_member196299</dc:creator>
    <dc:date>2007-07-16T05:33:12Z</dc:date>
    <item>
      <title>Remove Vertical scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544287#M578575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table control with a fixed number of rows, and I need to remove vertical horizontal scroll bars. We are using ECC 6.00. I was able to remove horizontal scroll using table control. I am unable to remove vertical scroll. I even tried to use &lt;/P&gt;&lt;P&gt;&amp;#147;DESCRIBE TABLE t_data LINES tc_test-lines.&amp;#148;&lt;/P&gt;&lt;P&gt;in PBO but still I am getting the vertical scroll. But once I scroll down, button disappears after first scroll. Since I got fixed rows I don&amp;#146;t want scroll options at all. I tried all option in table control still I am unable to remove scroll option.&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;Regards,&lt;/P&gt;&lt;P&gt;Trim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 03:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544287#M578575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T03:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Vertical scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544288#M578576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trim ,    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I was looking into your problem , and it drawn to a confusion , whether you want to remove the pushbutton for vertical scrolling or you want to make the vertical scroll disappear which is present in your table control .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Can you give me some idea about it , that I can try on this issue ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Else , Can you post your code ?&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;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 05:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544288#M578576</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-07-16T05:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Vertical scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544289#M578577</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;Did you tried giving the lines as like this, suppose if 5 lines are fixed&lt;/P&gt;&lt;P&gt;trcl-lines = 5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 05:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544289#M578577</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-07-16T05:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Vertical scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544290#M578578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjit,&lt;/P&gt;&lt;P&gt;I want to remove vertical scroll, because i got only 10 rows max to display at any time which i display straight away. I did try DESCRIBE TABLE itab LINES &amp;lt;Tabl_Contr&amp;gt;-LINES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Trim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 05:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544290#M578578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T05:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Vertical scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544291#M578579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES i did try trcl-lines = 10 ... Still i get vertical scroll&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 05:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544291#M578579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T05:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Vertical scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544292#M578580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Trim , &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   You mentioned that you have 10 rows in your TC, now please resize your table control area in screen painter so that the values will fit into the visibility area of your table control . If the resizing is done properly then there will not be any scroll bars at all visible in your screen ..&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   I suggest you to try in this way and check what happens ...  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 05:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544292#M578580</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-07-16T05:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Vertical scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544293#M578581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjita,&lt;/P&gt;&lt;P&gt;No change, I tried increasing both column and row size still the same. May be I have to do some thing in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Trim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 07:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544293#M578581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T07:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Vertical scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544294#M578582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want 10 rows in your table control, then use the statement&lt;/P&gt;&lt;P&gt;&amp;lt;tabctrl&amp;gt;-lines = 10.&lt;/P&gt;&lt;P&gt;now in order to completely disable the vertical scroll also. Just adjust the size of the table control on the layout so that it perfectly fits the screen, then you will not be having any scrolls (vertical or horizontal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 07:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544294#M578582</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-07-16T07:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Vertical scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544295#M578583</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;Try setting tc-lines = 0.This will work.You dont have to set it equal to no. of records in internal table.&lt;/P&gt;&lt;P&gt;If it still not working,try to do the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just un-check/Un-mark the "Vertical" parameter in table control attributes in screen painter.To do this just double click on right side top of the table control ,then you can see the table control properties in right side of your screen painter.This will also remove the vertical scroll bar from your table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Vigneswaran S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 08:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544295#M578583</guid>
      <dc:creator>former_member491305</dc:creator>
      <dc:date>2007-07-16T08:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Vertical scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544296#M578584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you got your question answered?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 13:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-vertical-scroll/m-p/2544296#M578584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T13:36:14Z</dc:date>
    </item>
  </channel>
</rss>

