Delphi-PRAXiS
Seite 3 von 3     123   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Spaltenresize im tlistview (https://www.delphipraxis.net/3175-spaltenresize-im-tlistview.html)

Jan 2. Mär 2003 13:40

Hallo Christian, viiieeelen Dank!
Also das einzige was ich jetzt wirklich wissen musste war punkt 9:

Zitat:

Jetzt befindet sich die neue Kompo in der Komponentenpalette im Reiter PBGoodies
Alles andere hatte ich auch schon gemacht. Jetzt stellt sich nurnoch eine Frage: warum wird das onendcolumnresize 2 mal ausgeführt?
Ist zwar nicht wichtig, aber interressiert mich halt.
Jetzt funktioniert auf jeden Fall mal was ich machen wollte.

Gruß
Jan

Christian Seehase 2. Mär 2003 14:16

Moin Jan,

ich hab's gerade mal ausprobiert:

Bei mir wird's nur einmal ausgeführt.

Hiermit geprüft:

Delphi-Quellcode:
var
  iCount : integer = 0;

implementation

procedure TfrmMAIN.PBExListview1EndColumnResize(Sender: TCustomListView;
  columnindex, columnwidth: Integer);
begin
  inc(iCount);
  StaticText1.Caption := IntToStr(iCount);
end;


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:58 Uhr.
Seite 3 von 3     123   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz