GridView: Include API to set minimum and maximum value for the ScaleFactor property between its default ranges
Currently, the range of the ScaleFactor property is between 0.1 and 4.0. We could include API to allow the user to set minimum and maximum boundaries that are between the default range (0.1 and 4.0).
For example:
MinimumScaleFactor=0.8
MaximumScaleFactor = 1.5
1 comment
Margret
Posted on:23 May 2022 15:11
When the GridView has many columns/rows zooming out too much results in the Application lagging/hanging.
Limiting the scale factor would make ScaleFactor more useable.