tags:

views:

281

answers:

2

how can I add an animated image into a listview control in windows application ?

A: 

Assuming you are talking about .NET (C# / VB.NET). I don't think this is possible by default. You can choose to implement one using owner drawn. See this for example.

Jimmy Chandra
Thankx Jimmy...I have got a link http://www.codeproject.com/KB/list/ListViewEmbeddedControls.aspxI m trying this thing. But not able to display the animated images in column 0. It is always coming on header part..:(
A: 

ObjectListView (an open source wrapper around a standard ListView) can display animated GIFs (as well as doing lots of other more useful features). Have a look at the demo to see them in action.

There is also an article on CodeProject which describing this control.

Grammarian

related questions