<?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: make custom visuals scrollable in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/96430#M3409</link>
    <description>&lt;P&gt;Can you advise me what the object&amp;nbsp;would be called in the css?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2016 16:14:57 GMT</pubDate>
    <dc:creator>rkqpbiviz</dc:creator>
    <dc:date>2016-12-01T16:14:57Z</dc:date>
    <item>
      <title>make custom visuals scrollable</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/95288#M3367</link>
      <description>&lt;P&gt;Hello - I am developing a custom visual in Power BI using typescript and the inbuilt d3 library, it is basically a very specific bullet chart - everything is going pretty well except for one thing - is there a simple way to make the visual scrollable? I've been looking at d3 solutions but they all seem fairly labour intensive so I wanted to know was there an inbuilt object or something similar? Thank you in advance &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 14:43:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/95288#M3367</guid>
      <dc:creator>rkqpbiviz</dc:creator>
      <dc:date>2016-11-29T14:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: make custom visuals scrollable</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/96313#M3402</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/14874"&gt;@rkqpbiviz﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on my experience, you can simply use &lt;A href="http://www.w3schools.com/cssref/pr_pos_overflow.asp" target="_self"&gt;CSS overflow Property&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 10:15:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/96313#M3402</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-12-01T10:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: make custom visuals scrollable</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/96430#M3409</link>
      <description>&lt;P&gt;Can you advise me what the object&amp;nbsp;would be called in the css?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 16:14:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/96430#M3409</guid>
      <dc:creator>rkqpbiviz</dc:creator>
      <dc:date>2016-12-01T16:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: make custom visuals scrollable</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/97638#M3433</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/14874"&gt;@rkqpbiviz﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's certainly clear.&lt;/P&gt;&lt;PRE&gt;overflow: scroll;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Dec 2016 11:08:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/97638#M3433</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-12-05T11:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: make custom visuals scrollable</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/97651#M3435</link>
      <description>&lt;P&gt;Sorry, perhaps I not been&amp;nbsp;clear -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the link to the example you posted, it suggested using&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;div {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;overflow:scroll;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is, in the context of the power BI visual, what is the right term to use instead of div? i.e.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WhatShouldBeWrittenHere{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;overflow: scroll;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Div does not work and I don't know what the right thing to use in this context&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 11:48:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/97651#M3435</guid>
      <dc:creator>rkqpbiviz</dc:creator>
      <dc:date>2016-12-05T11:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: make custom visuals scrollable</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/98115#M3451</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/14874"&gt;@rkqpbiviz﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It depends on the parent element. You may use JavaScript syntax as shown below.&lt;/P&gt;&lt;PRE&gt;        constructor(options: VisualConstructorOptions) {
			options.element.style.overflow = 'auto';&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Dec 2016 10:16:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/98115#M3451</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-12-06T10:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: make custom visuals scrollable</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/98127#M3452</link>
      <description>&lt;P&gt;Perfect thank you!&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/11389"&gt;@v-chuncz-msft﻿&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 10:38:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/98127#M3452</guid>
      <dc:creator>rkqpbiviz</dc:creator>
      <dc:date>2016-12-06T10:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: make custom visuals scrollable</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/3074859#M41211</link>
      <description>&lt;P&gt;Thank you for this answer.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 15:10:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/make-custom-visuals-scrollable/m-p/3074859#M41211</guid>
      <dc:creator>kerski</dc:creator>
      <dc:date>2023-02-10T15:10:19Z</dc:date>
    </item>
  </channel>
</rss>

