RadPictureBox gif Image

1 Answer 421 Views
PictureBox
Travis
Top achievements
Rank 1
Travis asked on 14 Apr 2022, 03:06 PM
does RadPictureBox support gif file? if yes, why my GIF image doesnt animate?

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 18 Apr 2022, 01:42 PM

Hi, Travis,

RadPictureBox supports the gif format but the animated gif are indeed not animated. I have logged it in our feedback portal by creating a public thread on your behalf. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

I have also updated your Telerik points.

Currently, the possible solution that I can suggest is to use a RadLabel:

            this.radLabel1.Text = string.Empty;
            this.radLabel1.LabelElement.Image = Properties.Resources.giphy;

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Travis
Top achievements
Rank 1
commented on 18 Apr 2022, 03:41 PM

the RadLabel works but I need to display my animated GIF in RadPicturebox, is there a way to make it work in RadPicturebox instead of RadLabel?
Dess | Tech Support Engineer, Principal
Telerik team
commented on 19 Apr 2022, 07:51 AM

Hi, Travis, 

I have updated the public feedback item with an alternative solution that uses a custom RadPictureBox:

https://feedback.telerik.com/winforms/1561898-radpicturebox-add-support-for-animated-gif-files 

Tags
PictureBox
Asked by
Travis
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or