在代码中设置 TShellListView 持久列宽度
有没有办法使用代码在 vsReport 模式下持久设置 Delphi 2007 TShellListView 上的列宽度? 普通的 ShellListView.Columns[0].Width 属性仅设置当前目录的宽度,每次更改当前目录或刷新文件列表(包括通过代码进行的刷新和目录更改,用户双击文件夹等)。
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 current directory, and that width is reset after every change of the current directory or refresh of the file list (including refreshes and directory changes made via code, the user double-clicking a folder, etc.).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用其 Columns 属性:
Use its
Columns
property: