Last Updated:
28 Jan 2020 12:16
by ADMIN
The current Telerik Button relies on the base button implementation for displaying the button image. This implementation does not provide image scaling and requires the image source to be the correct pixels. By contrast, the ImageButton control auto-scales the image to fit the size of the control but leaves off a lot of the features that the Button control has (text, background image/color, etc.).
I am proposing an implementation of the existing Button that simply adds auto-scaling to the buttons Image property. It would also be good to be able to set the image Height and Width requests.