TdxListViewImageOptions.ScaleOnDPIChanges Property
In This Article
Specifies if the List View scales its images in response to a monitor DPI change.
#Declaration
Delphi
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