<?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: Vertical Scrolling Not Enabled on Docking Container in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402560#M1547031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you will need to stick to manual tweaking. &lt;STRONG&gt;Custom area&lt;/STRONG&gt; you are using for container must have fixed dimension, meaning you need to adapt it by manually streatching it on the canvas. The container embeded in it should be resizeable in order you get the scroolbars but I am not sure whether it depends on the content or you can set it using container's methods. You have to try differents things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Oct 2010 06:39:58 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2010-10-25T06:39:58Z</dc:date>
    <item>
      <title>Vertical Scrolling Not Enabled on Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402556#M1547027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: ob_custom1 TYPE REF TO cl_gui_docking_container,&lt;/P&gt;&lt;P&gt;"Docking Container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"6 Split Containers&lt;/P&gt;&lt;P&gt;      ob_split1 TYPE REF TO cl_gui_easy_splitter_container,&lt;/P&gt;&lt;P&gt;      ob_split2 TYPE REF TO cl_gui_easy_splitter_container,&lt;/P&gt;&lt;P&gt;      ob_split3 TYPE REF TO cl_gui_easy_splitter_container,&lt;/P&gt;&lt;P&gt;      ob_split4 TYPE REF TO cl_gui_easy_splitter_container,&lt;/P&gt;&lt;P&gt;      ob_split5 TYPE REF TO cl_gui_easy_splitter_container,&lt;/P&gt;&lt;P&gt;      ob_split6 TYPE REF TO cl_gui_easy_splitter_container,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As shown above i have created 1 Docking Container. Then split that into 6 splitter containers. The only issue is, the docking container has no VERTICAL SCROLLING hence the last spliter container is hidden from view and there is no way to get to it without have to reduce size of other split controls. Is there no way i can have a vertical scroll to my docking container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;P&gt;salman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 16:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402556#M1547027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-18T16:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Scrolling Not Enabled on Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402557#M1547028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First time ever not even a single reply. Is my question not clear???? Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 11:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402557#M1547028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-20T11:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Scrolling Not Enabled on Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402558#M1547029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; First time ever not even a single reply. Is my question not clear???? Please help&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; thnx&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will then try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can't really provide scrollbar in docking conatainer as this is only a container. Imagine you have empty custom container. Why doesn't it have the scrollbar too? It needs first some GUI control to be embeded in it. Then if the GUI size exceeds container bounds it will receive the scrollbars. Without any control it will stay pure empty container. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, however, I think you already have all the GUI controls. Oterwise you wouldn't be able to move splitting bar b/w containers. Anyhow docking container is of special type. It is resizable during runtime. Which means it is on your matter to set correct width of the container in order too fit its content. To me it therefore requires passing high value to parameter &lt;EM&gt;width&lt;/EM&gt; when creating the container so it covers full screen (you can also use &lt;EM&gt;set_width&lt;/EM&gt; method once its created to adjust the width).  You could also play a little bit with &lt;EM&gt;SET_ROW_SASH&lt;/EM&gt; method which allows to move the splitter bar. You can i.e set its fixed position then switch the possibility to move it off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 06:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402558#M1547029</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-10-21T06:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Scrolling Not Enabled on Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402559#M1547030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnkx for your reply. I understand the concept. Firstly fyi: i want vertical scrolling not horizontal hence iam interested in setting up height before hand for the docking container. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what i have done is I have created a custom container instead of docking one. I have manually stretched the canvas and then the container in screen painter. Now I can get to the bottom most split container by scrolling vertically. I am just wondering if there is a way to set the height of the custom container in the code, rather than me going in the screen painter and manually stretching the container and the canvass?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 12:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402559#M1547030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-22T12:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Scrolling Not Enabled on Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402560#M1547031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you will need to stick to manual tweaking. &lt;STRONG&gt;Custom area&lt;/STRONG&gt; you are using for container must have fixed dimension, meaning you need to adapt it by manually streatching it on the canvas. The container embeded in it should be resizeable in order you get the scroolbars but I am not sure whether it depends on the content or you can set it using container's methods. You have to try differents things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 06:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402560#M1547031</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-10-25T06:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Scrolling Not Enabled on Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402561#M1547032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks. I am working on the manual workaround....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 16:57:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402561#M1547032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-26T16:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Scrolling Not Enabled on Docking Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402562#M1547033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salam,&lt;/P&gt;&lt;P&gt;have you found a solution?&lt;/P&gt;&lt;P&gt;Care to share?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 08:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vertical-scrolling-not-enabled-on-docking-container/m-p/7402562#M1547033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-23T08:47:43Z</dc:date>
    </item>
  </channel>
</rss>

