<?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 Data Table Panel Size Adjustments JSL in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Data-Table-Panel-Size-Adjustments-JSL/m-p/952164#M109937</link>
    <description>&lt;P&gt;Currently using JMP19.&amp;nbsp; Is there any way to script panel size adjustments for JMP data tables?&amp;nbsp; I know I can manually adjust the panel sizes here, but I'm wondering if there's a way to automate it?&amp;nbsp; Embedded script names aren't shown fully in the left panel.&amp;nbsp; Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jun 2026 17:28:35 GMT</pubDate>
    <dc:creator>joh13213</dc:creator>
    <dc:date>2026-06-03T17:28:35Z</dc:date>
    <item>
      <title>Data Table Panel Size Adjustments JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Table-Panel-Size-Adjustments-JSL/m-p/952164#M109937</link>
      <description>&lt;P&gt;Currently using JMP19.&amp;nbsp; Is there any way to script panel size adjustments for JMP data tables?&amp;nbsp; I know I can manually adjust the panel sizes here, but I'm wondering if there's a way to automate it?&amp;nbsp; Embedded script names aren't shown fully in the left panel.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 17:28:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Table-Panel-Size-Adjustments-JSL/m-p/952164#M109937</guid>
      <dc:creator>joh13213</dc:creator>
      <dc:date>2026-06-03T17:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data Table Panel Size Adjustments JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Table-Panel-Size-Adjustments-JSL/m-p/952180#M109938</link>
      <description>&lt;P&gt;DataBrowserBox object doesn't seem to have any messages you could use -&amp;gt; you can explore the displaybox structure of the datatable by using Window(dt) &amp;lt;&amp;lt; get xml. From that you can get some ideas what you can maybe manipulate to change the width (these can mess some things up, just know that)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
wait(1);//demo purposes
Window(dt)[ListBoxBox(1)] &amp;lt;&amp;lt; Set Width(300);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;There might also be splitter box you could use&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 17:49:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Table-Panel-Size-Adjustments-JSL/m-p/952180#M109938</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-06-03T17:49:26Z</dc:date>
    </item>
  </channel>
</rss>

