Sets whether or not the DFrame can be resized by the user.
This is achieved by clicking and dragging in the bottom right corner of the frame.
You can set the minimum size using DFrame:SetMinWidth and DFrame:SetMinHeight.
A snippet of code that makes a frame resizable and sets the minimum size to its current size.