<?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 Enable X scrollbar from custom visual in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Enable-X-scrollbar-from-custom-visual/m-p/3436240#M44514</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm developing a flowchart and I need to enable the overflow option, but this works only to Y axis, even though the content exceeds the the screen limit on the X axis too.&lt;/P&gt;&lt;P&gt;I'm using the overflow comand in the construtor, I tried to use the "auto" option too and the options.element.style.overflow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;constructor(options: VisualConstructorOptions) {
        this.target = options.element;
        this.target.style.width = "max-content";
        this.target.style.minWidth = "100vw";
        this.target.style.overflowX = "scroll";
        this.target.style.overflowY = "scroll";
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Helphs_0-1695042477467.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/970087iB04698D51AF2C47E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Helphs_0-1695042477467.png" alt="Helphs_0-1695042477467.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Sep 2023 13:13:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-09-18T13:13:51Z</dc:date>
    <item>
      <title>Enable X scrollbar from custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Enable-X-scrollbar-from-custom-visual/m-p/3436240#M44514</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm developing a flowchart and I need to enable the overflow option, but this works only to Y axis, even though the content exceeds the the screen limit on the X axis too.&lt;/P&gt;&lt;P&gt;I'm using the overflow comand in the construtor, I tried to use the "auto" option too and the options.element.style.overflow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;constructor(options: VisualConstructorOptions) {
        this.target = options.element;
        this.target.style.width = "max-content";
        this.target.style.minWidth = "100vw";
        this.target.style.overflowX = "scroll";
        this.target.style.overflowY = "scroll";
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Helphs_0-1695042477467.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/970087iB04698D51AF2C47E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Helphs_0-1695042477467.png" alt="Helphs_0-1695042477467.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 13:13:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Enable-X-scrollbar-from-custom-visual/m-p/3436240#M44514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-18T13:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Enable X scrollbar from custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Enable-X-scrollbar-from-custom-visual/m-p/3436577#M44516</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I solved it, I had to activate overflow to auto in the css file in the body.visual-sandbox tag, in addition to keeping it activated in the constructor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 14:56:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Enable-X-scrollbar-from-custom-visual/m-p/3436577#M44516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-18T14:56:45Z</dc:date>
    </item>
  </channel>
</rss>

