This is no longer a part of the World of Warcraft API.
|
![]() |
The API is no longer being updated here until further notice. |
Specifies the minimum width and height that the object can be resized to.
frame:SetMinResize(minWidth,minHeight);
Arguments[]
- minWidth
- number - The minimum width the object can be resized to.
- minHeight
- number - The minimum height the object can be resized to.
Example[]
frame:SetResizable(true) frame:SetMaxResize(8,8)
Patch changes[]
Patch 10.0.0 (2022-10-25): Replaced with Frame:SetResizeBounds().
