I use TEasyListView from mustangpeak.net. I'd like to create a combobox in a column. I can't find any sample to do this from the component demo. If I use TListView, I could follow a trick from http://www.swissdelphicenter.ch/en/showcode.php?id=801 but I need to use TEasyListView. Please, give me some guides.
Asked
Active
Viewed 379 times
2
-
tried to follow the link and it seems to me that the project is now defunct. why do you still need to use it? – PA. Oct 11 '11 at 19:33
-
I use this component because of its performance (http://stackoverflow.com/questions/4232623/how-to-fast-read-and-write-in-listview-in-delphi). If I decide to use TListView, it seems I have to spend more time to modify my code. – Charles Sungkono Oct 12 '11 at 04:30
1 Answers
0
I am not sure but I would guess TEasyListView is a descendant of TListView since pretty much everyone creates new components based on lower level components. Try checking back into the components and you will more then likely find a way to use the "trick" you named above.

FlyingGuy
- 333
- 1
- 9
-
Maybe you know the famous VirtualShellTools. TEasyListView is the part of VST. http://code.google.com/p/mustangpeakeasylistview/ – Charles Sungkono Nov 08 '11 at 04:59
-
Nope, never heard of em. But someplace in there it is either going to be a wrapper around a win32 call OR you are going to be able to get to the canvas. – FlyingGuy Nov 08 '11 at 20:21