Share via


Imagelist.autoResize Method

Sets the Boolean flag autoResize, which determines whether new images are automatically resized.

Syntax

public boolean autoResize([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    A Boolean value that determines whether the autoResize flag is set or not; optional.

Remarks

If set to true, when you add a new image to the list, the image will be automatically resized to the dimensions that were specified when you created the image list.

See Also

Reference

Imagelist Class