<?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: Filterpane item height in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filterpane-item-height/m-p/1605140#M11025</link>
    <description>&lt;P&gt;Hacky but did the trick, thank you very much.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2019 12:26:18 GMT</pubDate>
    <dc:creator>RybaSlodkowodna</dc:creator>
    <dc:date>2019-07-23T12:26:18Z</dc:date>
    <item>
      <title>Filterpane item height</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filterpane-item-height/m-p/1604652#M11013</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="filter-pane.png" style="width: 237px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15815iF9ADA8F62D24E19F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filter-pane.png" alt="filter-pane.png" /&gt;&lt;/span&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using Filterpane to show block of filters. I'm trying to fit more items before it shows show all buton (this one with three dots). Changing height using CSS styles is not working so it has to calculate height some other way, probably somehow related to its attribute&amp;nbsp;&lt;SPAN class="webkit-html-attribute-name"&gt;ng-style&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN class="webkit-html-attribute-value"&gt;{height: item.height}&lt;/SPAN&gt;&lt;SPAN&gt;".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any way I can fit more items into list without resizing whole widget? Or when can I lookup for JavaScript files to see how is it calculated?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Filterpane-item-height/m-p/1604652#M11013</guid>
      <dc:creator>RybaSlodkowodna</dc:creator>
      <dc:date>2024-11-16T05:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filterpane item height</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filterpane-item-height/m-p/1604657#M11014</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="webkit-html-attribute-name"&gt;ng-style&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN class="webkit-html-attribute-value"&gt;{height: item.height}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; would generate an inline style for the element. You can override that with CSS, if you use&lt;/P&gt;&lt;P&gt;!important on your css rule.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://css-tricks.com/override-inline-styles-with-css/" target="_blank" rel="noopener"&gt;https://css-tricks.com/override-inline-styles-with-css/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 13:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Filterpane-item-height/m-p/1604657#M11014</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-07-22T13:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Filterpane item height</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filterpane-item-height/m-p/1604667#M11015</link>
      <description>&lt;P&gt;Yes, it works but it does not change how many items are visible. Sorry for not making my question clear.&lt;/P&gt;&lt;P&gt;For example: if I make it 10px tall (now is 30px) remaining items would not fill into that list.&lt;BR /&gt;"Three dots" button will be still visible.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 13:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Filterpane-item-height/m-p/1604667#M11015</guid>
      <dc:creator>RybaSlodkowodna</dc:creator>
      <dc:date>2019-07-22T13:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filterpane item height</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filterpane-item-height/m-p/1604677#M11016</link>
      <description>&lt;P&gt;The only I can think of is tricky solutions, like putting it in a smaller container with overflow hidden and making the filterpane itself pretty high. Or you could build your own filterpane and use visualization API to create the listboxes.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 13:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Filterpane-item-height/m-p/1604677#M11016</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-07-22T13:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filterpane item height</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filterpane-item-height/m-p/1605140#M11025</link>
      <description>&lt;P&gt;Hacky but did the trick, thank you very much.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 12:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Filterpane-item-height/m-p/1605140#M11025</guid>
      <dc:creator>RybaSlodkowodna</dc:creator>
      <dc:date>2019-07-23T12:26:18Z</dc:date>
    </item>
  </channel>
</rss>

