I'd like to see a property for ImageView called AspectRatio which will be a Boolean. When True, changing any dimension of the ImageView will maintain the aspect ratio of the bitmap. This means I can increase the height (or width) of the ImageView without worrying about changing the width (or height) as well. The bitmap will always be displayed in the correct proportion of height to width.
Widget
Widget