Skip to main content

TcxCustomBlobEditProperties.PictureAutoSize Property

Determines whether the BLOB editor dropdown window is resized according to the picture size.

Declaration

property PictureAutoSize: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the PictureAutoSize property to determine whether the BLOB editor dropdown should be resized when a picture is stored within it. If this property value is True, then the dropdown is resized in order to display the stored picture at a 1:1 scale. Otherwise, the picture is scaled according to the dropdown window size.

The default value of the PictureAutoSize property is True.

See Also