Skip to main content

TdxListViewImageOptions.ScaleOnDPIChanges Property

Specifies if the List View scales its images in response to a monitor DPI change.

Declaration

property ScaleOnDPIChanges: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

If True, the control calculates a new size in response to a monitor DPI value change. If False, displayed images do not change their size.

See Also