Name
Scrollcanvas.AutoScale -- enable/disable autoscaling (V2.0)
Function
By default, scrollcanvas class will use device-independent pixels and will then scale its canvas to fit to the current monitor's DPI settings. If you don't want that, set this attribute to False. In that case, your scrollcanvas widget will operate completely in physical pixel mode and no autoscaling will be done. See High-DPI support for details.

This attribute defaults to what has been set in the ScaleGUI tag when calling @REQUIRE on the RapaGUI plugin. Note that when not set, ScaleGUI defaults to True. See Initializing RapaGUI for details.

Type
Boolean

Applicability
I


Show TOC