<?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>Question Re: Scrollable Formatted Text View in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/scrollable-formatted-text-view/qaa-p/405155#M45555</link>
    <description>&lt;P&gt;For sure you can. Assign a css class like the following:&lt;/P&gt;&lt;P&gt;.verticalScroll {overflow-y: auto !important;}&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2017 07:38:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-03-21T07:38:11Z</dc:date>
    <item>
      <title>Scrollable Formatted Text View</title>
      <link>https://community.sap.com/t5/technology-q-a/scrollable-formatted-text-view/qaq-p/405154</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm implementing comment functionality in Design Studio 1.6 by leveraging Portable Fragment Bookmarks thanks to &lt;A target="_blank" href="https://blogs.sap.com/2016/06/24/how-to-save-comments-in-design-studio/"&gt;Jeroen Van der A&lt;/A&gt;'s and &lt;A target="_blank" href="https://blogs.sap.com/2014/12/04/design-studio-14-portable-fragment-bookmarks-use-for-commentary/"&gt;Karol Kalisz&lt;/A&gt;'s posts.&lt;/P&gt;&lt;P&gt;The problem I'm having is about the Formatted Text View component in which I populate all the comments with. As the comments keep coming on top of each other the vertical length of the whole text exceeds the screen size and thus creates unwanted behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/25567-ki7r9.png" /&gt;&lt;/P&gt;&lt;P&gt;What I need from the &lt;STRONG&gt;Formatted Text View&lt;/STRONG&gt; component is to &lt;STRONG&gt;show a&lt;/STRONG&gt; &lt;STRONG&gt;scroll bar&lt;/STRONG&gt; after the text length exceed the designated width and height. While searching the web I came across &lt;A target="_blank" href="https://archive.sap.com/discussions/thread/1869658"&gt;Orhan Goktas&lt;/A&gt;'s question about the same functionality in UI Web Dynpro ABAP.&lt;/P&gt;&lt;P&gt;In Design Studio 1.6 even though I specify fixed height and width for Formatted Text View or I put it inside a fixed size panel or grid layout container it keeps exceeding the borders.&lt;/P&gt;&lt;P&gt;My question is &lt;STRONG&gt;is there a way to make Formatted Text View to show scroll bar after its content exceeds its borders?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ozan&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 16:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/scrollable-formatted-text-view/qaq-p/405154</guid>
      <dc:creator>OzanCavusoglu</dc:creator>
      <dc:date>2017-03-15T16:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Scrollable Formatted Text View</title>
      <link>https://community.sap.com/t5/technology-q-a/scrollable-formatted-text-view/qaa-p/405155#M45555</link>
      <description>&lt;P&gt;For sure you can. Assign a css class like the following:&lt;/P&gt;&lt;P&gt;.verticalScroll {overflow-y: auto !important;}&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 07:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/scrollable-formatted-text-view/qaa-p/405155#M45555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-21T07:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Scrollable Formatted Text View</title>
      <link>https://community.sap.com/t5/technology-q-a/scrollable-formatted-text-view/qaa-p/405156#M45556</link>
      <description>&lt;P&gt;Sorry for my late Reply G.Niewold. Many thanks for your answer. I tried your class but couldn't make it work. In fact I can't even control the wrap property by white space or word break. I don't know why but even though I assign a class to the FormattedTextView component I can't see the class Information while inspecting it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/30362-arbhx.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2017 14:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/scrollable-formatted-text-view/qaa-p/405156#M45556</guid>
      <dc:creator>OzanCavusoglu</dc:creator>
      <dc:date>2017-04-16T14:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Scrollable Formatted Text View</title>
      <link>https://community.sap.com/t5/technology-q-a/scrollable-formatted-text-view/qaa-p/405157#M45557</link>
      <description>&lt;P&gt;Hi Ozan , &lt;/P&gt;&lt;P&gt;for my it worked the following (using BW Netweaver as backend server) ; &lt;/P&gt;&lt;P&gt;BW backend: SE80 transaction , MIMES:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/33992-gkhue.png" /&gt;&lt;/P&gt;&lt;P&gt;I have a CSS file , &lt;/P&gt;&lt;P&gt;standard.css , defined as CSS in the BO DS document under application properties , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/33993-xhick.png" /&gt;&lt;/P&gt;&lt;P&gt;in this document : &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/* scroll bar modes */&lt;BR /&gt;.scroll-x {&lt;BR /&gt;  /* allow X scroll */&lt;BR /&gt;  overflow-x: scroll !important;&lt;BR /&gt;}&lt;BR /&gt;.scroll-y {&lt;BR /&gt;  /* allow Y scroll */&lt;BR /&gt;  overflow-y: scroll !important;&lt;BR /&gt;}&lt;BR /&gt;.scroll-xy {&lt;BR /&gt;  /* allow X scroll */&lt;BR /&gt;  overflow-x: scroll !important;&lt;BR /&gt;  /* allow Y scroll */&lt;BR /&gt;  overflow-y: scroll !important;&lt;BR /&gt;}&lt;BR /&gt;.scroll_hidden {&lt;BR /&gt;  /* do not allow X scroll */&lt;BR /&gt;  overflow-x: hidden !important;&lt;BR /&gt;  /* do not allow Y scroll */&lt;BR /&gt;  overflow-y: hidden !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;.scroll-x-auto {&lt;BR /&gt;  /* allow X scroll */&lt;BR /&gt;  overflow-x: auto !important;&lt;BR /&gt;}&lt;BR /&gt;.scroll-y-auto {&lt;BR /&gt;  /* allow Y scroll */&lt;BR /&gt;  overflow-y: auto !important;&lt;BR /&gt;}&lt;BR /&gt;.scroll-xy-auto {&lt;BR /&gt;  overflow: auto; !important;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;by using &lt;/P&gt;&lt;P&gt;scroll-y-auto&lt;/P&gt;&lt;P&gt;I managed to do it : &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/33994-crkln.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But you have to run it on the SERVER not locally ! ( if not it won´t be able to find the class in the custom css ) . You are running in the screenshot locally  . Perhaps this is the reason... ? I hope it helps. &lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;JoseManuel.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 11:53:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/scrollable-formatted-text-view/qaa-p/405157#M45557</guid>
      <dc:creator>former_member370728</dc:creator>
      <dc:date>2017-05-11T11:53:29Z</dc:date>
    </item>
  </channel>
</rss>

