Reputation: 2604
I am stuck with TDBListView and TAdvDBListView and the way to display icons with the displayed items. I have connected them to ImageList, but i cant find property which to drive connection of the ImageList - image index and the fields which is displayed, or i am missing something ?
Upvotes: 0
Views: 224
Reputation:
You need to create custom renders for the rows and colums. This is the normal solution in the most of the cases.
Upvotes: 2
Reputation: 2604
I found that i need to draw the object manually with the refresh of the elements :'| I have expected something more suffisticated :|
Upvotes: 0