Tagged Questions
2
votes
3answers
565 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
314 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
1k 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 ...