1
vote
2answers
149 views
Need help in Tlistview delphi
hey all
In my tlistview all lines caption and subitem[0] filled with some data , and i want to fill other subitems line by line after all stored in caption and subitem .
Example
my listview is …
2
votes
2answers
142 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 …
2
votes
1answer
94 views
Set TShellListView Persistent Column Widths in Code
Is there any way to persistently set the column widths on a Delphi 2007 TShellListView in vsReport mode using code? The normal ShellListView.Columns[0].Width property only sets the width for the …
1
vote
2answers
333 views
Get/Set TShellListView Path/Folder as String (Not Using .Root)
I want to set the path for a TShellListView to display a directory of files using Delphi 2007. I can initially use TShellListView.Root to set the root path like this and it shows the directory I …
1
vote
2answers
477 views
How to saving a Tlistviews layout in Delphi
How do I save a Tlistviews layout in Delphi 2007?
I have been asked to write some code to allow users to re-order columns in a TListview (well all TListviews in our application), I have the code …
