<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AXML%2FResizeBounds</id>
	<title>WoW:XML/ResizeBounds - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AXML%2FResizeBounds"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/ResizeBounds&amp;action=history"/>
	<updated>2026-04-22T17:26:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:XML/ResizeBounds&amp;diff=20372&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page XML/ResizeBounds to WoW:XML/ResizeBounds without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/ResizeBounds&amp;diff=20372&amp;oldid=prev"/>
		<updated>2023-08-15T04:49:26Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:XML/ResizeBounds&quot; title=&quot;WoW:XML/ResizeBounds&quot;&gt;XML/ResizeBounds&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:XML/ResizeBounds&quot; title=&quot;WoW:XML/ResizeBounds&quot;&gt;XML/ResizeBounds&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:49, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-20371:rev-20372 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:XML/ResizeBounds&amp;diff=20371&amp;oldid=prev</id>
		<title>Bear: Created page with &quot;{{uixmltype}}  ResizeBounds is a type used for setting resize contraints on a frame.  == Inheritance == Inherited by: none, Inherits: none, Defined in: [[...&quot;</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/ResizeBounds&amp;diff=20371&amp;oldid=prev"/>
		<updated>2012-09-24T20:27:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{uixmltype}}  &lt;a href=&quot;/wiki/WoW:XML/ResizeBounds&quot; title=&quot;WoW:XML/ResizeBounds&quot;&gt;ResizeBounds&lt;/a&gt; is a type used for setting resize contraints on a frame.  == Inheritance == Inherited by: none, Inherits: none, Defined in: [[...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{uixmlprop}}&lt;br /&gt;
&lt;br /&gt;
[[XML/ResizeBounds|ResizeBounds]] is a type used for setting resize contraints on a frame.&lt;br /&gt;
&lt;br /&gt;
== Inheritance ==&lt;br /&gt;
Inherited by: none, Inherits: none, Defined in: [[XML/Frame|Frame]]&lt;br /&gt;
&lt;br /&gt;
== Elements ==&lt;br /&gt;
* &amp;lt;minResize&amp;gt; ([[XML/Dimension|Dimension]]) - lower bounds of a frames size&lt;br /&gt;
* &amp;lt;maxResize&amp;gt; ([[XML/Dimension|Dimension]]) - upper bounds of a frames size&lt;br /&gt;
&lt;br /&gt;
== Attributes ==&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
[[XML/ResizeBounds|ResizeBounds]] element type facilitates the &amp;#039;Layout&amp;#039; mechanism in the WoW UI. ResizeBounds works by setting a minimum and maximum bounds for how a frame can be resized.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
 &amp;lt;Frame name=&amp;quot;MyFrame&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;Size x=&amp;quot;200&amp;quot; y=&amp;quot;200&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;[[XML/ResizeBounds|ResizeBounds]]&amp;gt;&lt;br /&gt;
       &amp;lt;minResize x=&amp;quot;100&amp;quot; y=&amp;quot;100&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;maxResize x=&amp;quot;400&amp;quot; y=&amp;quot;600&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/ResizeBounds&amp;gt;&lt;br /&gt;
   &amp;lt;Layers&amp;gt;&lt;br /&gt;
     &amp;lt;Layer&amp;gt;&lt;br /&gt;
       &amp;lt;[[XML/Texture|Texture]] file=&amp;quot;MyTexture&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;Anchors&amp;gt;&lt;br /&gt;
           &amp;lt;Anchor point=&amp;quot;TOPLEFT&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;Anchor point=&amp;quot;BOTTOMRIGHT&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;/Anchors&amp;gt;&lt;br /&gt;
       &amp;lt;/Texture&amp;gt;&lt;br /&gt;
     &amp;lt;/Layer&amp;gt;&lt;br /&gt;
   &amp;lt;/Layers&amp;gt;&lt;br /&gt;
 &amp;lt;/Frame&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This example will create a frame with size of 200,200 and not allow automatic resize to be smalle than 100,100 or larger than 400,600, drawing a texture which will stretch with the frame. And this demonstrates use of [[XML/ResizeBounds|ResizeBounds]] using &amp;#039;&amp;#039;&amp;#039;inline&amp;#039;&amp;#039;&amp;#039; [[XML/Dimension]] values for &amp;#039;minResize&amp;#039; and &amp;#039;maxResize&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
=== Details ===&lt;/div&gt;</summary>
		<author><name>Bear</name></author>
	</entry>
</feed>