<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK : ListBox]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13401&amp;type=atom" />
	<updated>2018-01-22T22:15:41Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13401</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK : ListBox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123311#p123311" />
			<content type="html"><![CDATA[<p>Добавляйте в обратном порядке:<br /></p><div class="codebox"><pre><code>
items := [&quot;Red&quot;,&quot;Green&quot;,&quot;Blue&quot;,&quot;Black&quot;,&quot;White&quot;]

Gui, Add, ListBox,r10,% ReverseItems(items)
Gui, Show,w200, Reverse

ReverseItems(arr) {
	result := &quot;&quot;
	Loop,% i := arr.Length()
		result .= arr[i--] &quot;|&quot;
	return result
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2018-01-22T22:15:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123311#p123311</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK : ListBox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123309#p123309" />
			<content type="html"><![CDATA[<p>При добавлении в ListBox каких-либо элементов они начинают добавляться снизу.Есть ли возможность сделать так,чтобы элементы добавлялись сверху?</p>]]></content>
			<author>
				<name><![CDATA[Ms_Smail]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39022</uri>
			</author>
			<updated>2018-01-22T21:23:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123309#p123309</id>
		</entry>
</feed>
