Tagged Questions
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 ...