-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Pan with keys now only works when no modifier is pressed - Change property name from `AllowZoom` to `ZoomWithMouseWheel` - Fix `ZoomLevelToFit` to never return values lower than 0, it will return `100` in that case - Fix `ConstrainZoomOutToFitLevel` to constrain when loading an image - Fix ViewPort vertical scrollbar calculation and constrain to positive values - Change `ConstrainZoomOutToFitLevel` default from `true` to `false` - Improve ViewPort update when loading images in constructor - Add `AutoZoomToFit` property - Add `ZoomInKeyGestures` property - Add `ZoomOutKeyGestures` property - Add `ZoomTo100KeyGestures` property - Add `ZoomToFitKeyGestures` property - Add `AutoZoomToFit` property - Add `AutoZoomToFit` property
- Loading branch information
Showing
2 changed files
with
212 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters