ScreenTip image size

Ribbon for WPF Forum

Posted 13 years ago by Vikram
Avatar
I'm using a XAML DrawingImage as the imagesource for a button's ScreenTip. Is there a way to set the size for the image displayed in the ScreenTip?

Vikram

[Modified at 11/20/2010 01:32 AM]

Comments (1)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Vikram,

We don't set a size on the Image control that is in the ScreenTip because any image and size can be displayed there. We allow it to be open-ended for customers.

Since DrawingImage doesn't allow a way to set Width/Height, you'd unfortunately probably need to retemplate ScreenTip to set a specific size on the Image control in it, or manually scale down your DrawingImage data.


Actipro Software Support

The latest build of this product (v24.1.1) was released 21 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.