廣告

2024 年 4 月
1234567
891011121314
15161718192021
22232425262728
2930  

彙整

[Delphi]讓Windows捲軸捲動時,資料內容同時跟著平滑捲動。

讓Windows捲軸捲動時,資料內容同時跟著平滑捲動。

出處:

http://delphi.ktop.com.tw/board.php?cid=168&fid=918&tid=100386

http://delphi.ktop.com.tw/board.php?cid=30&fid=66&tid=70761

   TDBGrid = Class(DBGrids.TDBGrid)     Protected     procedure WMVScroll(var Message: TWMVScroll); message WM_VSCROLL;     end;     TForm1 = class(TForm)     …. […]