CONTROL:set_size

CONTROL:set_size(
    width,
    height
)

Set the value of grd_width and grd_height for this control to the provided values


Parameters:
        width     An integer value to set to grd_width of this control
        height     An integer value to set to grd_height of this control