Delphi中ListView列宽改变时的消息响应
2016-07-27
33
Delphi中ListView列宽改变时的消息响应2011-12-15 csdn博客 孒淵unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls,CommCtrl; type PHD_NOTIFY=^HD_NOTIFY; TForm1 = c...