Tagged Questions

3
votes
2answers
846 views

drawing a checkbox in a TListView

I need to draw a checkbox in a particular column in aTListView, so i check this question How can I setup TListView with CheckBoxes in only certain columns? and in the accepted answer suggest use the ...
2
votes
3answers
547 views

Cause 'hint' to refire on listview as I move over items

Sure I've seen this done before but off-hand I can't find any examples. I've got a TListView, set in 'report' viewstyle. It has about half a dozen subitems, and one thing we'd like to do is have the ...
1
vote
1answer
150 views

TListView Item Focus Theming

When using a TListView and themes are disabled in the Application, the focused and selected item appears something like this: Notice in both images where the triangle is. The painted box for the ...
1
vote
1answer
379 views

Handling item checked in a TListView descendant

I have a TListView descendant which introduces additional features like sorting and loading from a dataset. I now wish to modify the class so that whenever an item is checked or unchecked it is added ...
0
votes
2answers
1k views

ProgressBar In tListview subitem Delphi

I've been looking at how to put a ProgressBar in a tListview in delphi, and I've got some code that works... BUT I want to add it to a subitem.. and cannot figure it out... DFM Source Begin ...