<?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: freeze H List in the report in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/freeze-H-List-in-the-report/m-p/747665#M92771</link>
    <description>&lt;P&gt;You can most likely organize your content in such a way that the filter stays in place. One option could be to wrap your H List box with H Scroll Box&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
New Window("Example",
	Outline Box("Picker",
		H Scroll Box(
			Size(200),
			H List Box(
				H List Box(Text Box("Label:"), Text Edit Box(Char(213))),
				H List Box(Text Box("Label:"), Text Edit Box(Char(213))),
				H List Box(Text Box("Label:"), Text Edit Box(Char(213))),
				H List Box(Text Box("Label:"), Text Edit Box(Char(213))),
				H List Box(Text Box("Label:"), Text Edit Box(Char(213)))
			),
			&amp;lt;&amp;lt;Set Auto Stretching(1, 1)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1713376531437.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63444i43291C8E5B2AAFF8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1713376531437.png" alt="jthi_0-1713376531437.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2024 17:55:56 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-04-17T17:55:56Z</dc:date>
    <item>
      <title>freeze H List in the report</title>
      <link>https://community.jmp.com/t5/Discussions/freeze-H-List-in-the-report/m-p/747642#M92770</link>
      <description>&lt;P&gt;Hi community, i am wandering if the following is possible in JSL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a V list that includes two columns&lt;/P&gt;&lt;P&gt;1. Filter window in the Data&lt;/P&gt;&lt;P&gt;2. Hlist with many charts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the charts require me to scroll right to review them all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i would like to conitnue to see the filter window even if i scroll far to the right&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(sort of like freeze columns in Excel, so the wanted column will be seen all the time)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible in JSL?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!!!!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 17:42:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/freeze-H-List-in-the-report/m-p/747642#M92770</guid>
      <dc:creator>Buldozer</dc:creator>
      <dc:date>2024-04-17T17:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: freeze H List in the report</title>
      <link>https://community.jmp.com/t5/Discussions/freeze-H-List-in-the-report/m-p/747665#M92771</link>
      <description>&lt;P&gt;You can most likely organize your content in such a way that the filter stays in place. One option could be to wrap your H List box with H Scroll Box&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
New Window("Example",
	Outline Box("Picker",
		H Scroll Box(
			Size(200),
			H List Box(
				H List Box(Text Box("Label:"), Text Edit Box(Char(213))),
				H List Box(Text Box("Label:"), Text Edit Box(Char(213))),
				H List Box(Text Box("Label:"), Text Edit Box(Char(213))),
				H List Box(Text Box("Label:"), Text Edit Box(Char(213))),
				H List Box(Text Box("Label:"), Text Edit Box(Char(213)))
			),
			&amp;lt;&amp;lt;Set Auto Stretching(1, 1)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1713376531437.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63444i43291C8E5B2AAFF8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1713376531437.png" alt="jthi_0-1713376531437.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 17:55:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/freeze-H-List-in-the-report/m-p/747665#M92771</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-17T17:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: freeze H List in the report</title>
      <link>https://community.jmp.com/t5/Discussions/freeze-H-List-in-the-report/m-p/747695#M92772</link>
      <description>&lt;P&gt;Thanks!!!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 19:40:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/freeze-H-List-in-the-report/m-p/747695#M92772</guid>
      <dc:creator>Buldozer</dc:creator>
      <dc:date>2024-04-17T19:40:29Z</dc:date>
    </item>
  </channel>
</rss>

