<?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 Is it possible to select multiple options in a tree box by mouse dragging like listbox? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-select-multiple-options-in-a-tree-box-by-mouse/m-p/869094#M103197</link>
    <description>&lt;DIV data-container=""&gt;&lt;SPAN data-expression=""&gt;In the tree box, when the Multiselect setting is set to 1, it allows multiple selections of options in the tree box (as shown in the JSL Script). However, unlike the list box, in this case, multiple selections are made while holding down the Ctrl key. Is there a way to select multiple items like in a list box, not only by holding the Ctrl key but also by dragging the left mouse button to select multiple items?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-container=""&gt;
&lt;DIV id="l3-6_1-ConGood" class="OSInline" data-container=""&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;root1 = Tree Node( "Parent 1" );
root2 = Tree Node( "Parent 2" );

c1 = Tree Node( "Child 1" );
c2 = Tree Node( "Child 2" );
c3 = Tree Node( "Child 11" );
c4 = Tree Node( "Child 4" );
root1 &amp;lt;&amp;lt; Append( c1 );
root1 &amp;lt;&amp;lt; Append( c2 );
root1 &amp;lt;&amp;lt; Append( c3 );
root1 &amp;lt;&amp;lt; Append( c4 );
nw = New Window( "TreeBox",
	tree = Tree Box( {root1, root2}, Size( 300, 200 ), Multiselect( 1 ) ),
	List Box( {c1, c2, c3, c4} ),
	tree &amp;lt;&amp;lt; Make Visible( C3 ),

);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 18 Apr 2025 00:59:58 GMT</pubDate>
    <dc:creator>BabyDoragon</dc:creator>
    <dc:date>2025-04-18T00:59:58Z</dc:date>
    <item>
      <title>Is it possible to select multiple options in a tree box by mouse dragging like listbox?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-select-multiple-options-in-a-tree-box-by-mouse/m-p/869094#M103197</link>
      <description>&lt;DIV data-container=""&gt;&lt;SPAN data-expression=""&gt;In the tree box, when the Multiselect setting is set to 1, it allows multiple selections of options in the tree box (as shown in the JSL Script). However, unlike the list box, in this case, multiple selections are made while holding down the Ctrl key. Is there a way to select multiple items like in a list box, not only by holding the Ctrl key but also by dragging the left mouse button to select multiple items?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-container=""&gt;
&lt;DIV id="l3-6_1-ConGood" class="OSInline" data-container=""&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;root1 = Tree Node( "Parent 1" );
root2 = Tree Node( "Parent 2" );

c1 = Tree Node( "Child 1" );
c2 = Tree Node( "Child 2" );
c3 = Tree Node( "Child 11" );
c4 = Tree Node( "Child 4" );
root1 &amp;lt;&amp;lt; Append( c1 );
root1 &amp;lt;&amp;lt; Append( c2 );
root1 &amp;lt;&amp;lt; Append( c3 );
root1 &amp;lt;&amp;lt; Append( c4 );
nw = New Window( "TreeBox",
	tree = Tree Box( {root1, root2}, Size( 300, 200 ), Multiselect( 1 ) ),
	List Box( {c1, c2, c3, c4} ),
	tree &amp;lt;&amp;lt; Make Visible( C3 ),

);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Apr 2025 00:59:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-select-multiple-options-in-a-tree-box-by-mouse/m-p/869094#M103197</guid>
      <dc:creator>BabyDoragon</dc:creator>
      <dc:date>2025-04-18T00:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to select multiple options in a tree box by mouse dragging like listbox?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-select-multiple-options-in-a-tree-box-by-mouse/m-p/869147#M103199</link>
      <description>&lt;P&gt;Instead of using Ctrl, would using shift be enough as it will select items between the selections?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 06:52:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-select-multiple-options-in-a-tree-box-by-mouse/m-p/869147#M103199</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-04-18T06:52:18Z</dc:date>
    </item>
  </channel>
</rss>

