<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/CustomScrollPane:update?action=history&amp;feed=atom</id>
	<title>CustomScrollPane:update - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/CustomScrollPane:update?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomScrollPane:update&amp;action=history"/>
	<updated>2026-04-13T00:07:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomScrollPane:update&amp;diff=57421&amp;oldid=prev</id>
		<title>AriosJentu: Created page with &quot;__NOTOC__ {{Client function}} This function updating Custom Scroll Pane. Recommend to use when changing position or size of elements inside.  == Syntax == &lt;syntaxhighlight lan...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomScrollPane:update&amp;diff=57421&amp;oldid=prev"/>
		<updated>2018-08-06T03:14:24Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ {{Client function}} This function updating Custom Scroll Pane. Recommend to use when changing position or size of elements inside.  == Syntax == &amp;lt;syntaxhighlight lan...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function updating Custom Scroll Pane. Recommend to use when changing position or size of elements inside.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
nil CustomScrollPane:update()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
This example creates window with scroll pane with buttons. Changing button position and updating pane:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(50, 50, 200, 200, &amp;quot;Example&amp;quot;)&lt;br /&gt;
local SPane = CustomScrollPane.create(5, 25, 190, 170, false, Window)&lt;br /&gt;
&lt;br /&gt;
local Button = CustomButton.create(30, 5, 130, 30, &amp;quot;Button&amp;quot;, false, SPane)&lt;br /&gt;
&lt;br /&gt;
Button:setSize(240, 50, false)&lt;br /&gt;
SPane:update()	&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
</feed>