We have the possibility to add a collection of buttons to the left or the rigth of a combo control.
Unfortunately, I don't achieve to have an animated effect.The aim is to display an "ajax like" animated gif to let the user know the combo is reloading when the button has been pressed.
The image is displayed but there's no animation.
By the way, is there a possibility to have a gif animation in UltraPictureBox ? The visual studio basic picture box has the possibility in standard but there's no animation loading the same file into UltraPictureBox.
Thanks for your feedback
As far as I am aware, none of the components support animated gifs. The closest thing is the AnimationControl, but I believe this only supports avi files. You should submit a feature request for this functionality.
-Matt