ImageSize
The ImageSize
app demonstrates the delay between changing the size of an Image
or Canvas
and the dimensions actually changing. Reset to reset the image. Toggle to toggle the images and display dimensions. Resize to resize the image to full width / height.
Button
sets the Width
and Height
properties to Automatic...
(-1
) and sets the smaller background image.Button
toggles the background image and displays the Image
dimensions. Then, one second later, redisplays the Image
dimensions.Button
proportionally scales the image to the full height / width of the screen β whichever is least.Moral of this story: Make sure any Image
or Canvas
background images are of the same size so the delay wonβt affect the size or put a Clock
delay in line with any background-image changes before accessing Width
and Height
properties.
All components retain their default properties, β except Width
and Height
set to Fill parent...
where necessary to center UX components.
π permalink, π© repository, and .AIA
for this page.