[原創工具] ListView 調色盤 (Free)


說明:ListView 調色盤,用來快速調整 ListView Style 的顏色,能導出 Style 本文,及另存 *.style 或 *.fsf 文件。

適用:Android, iOS, Windows, OSX(由主選單選取)

下載 (2016/05/25) :[原創]Delphi_Berlin_ListView_調色盤_v1.1.3_by_龜山Aone.zip

下載 (2015/04/20) :[原創]ListView調色盤(by龜山阿卍).zip (for XE8)

v1.1.3載圖(for Delphi Berlin 10.1)

v1.0.0 載圖(for XE8)

 

 

應用:

// for Delphi Berlin 10.1
procedure TForm1.FormCreate(Sender: TObject);
begin
  // 一定要在 OnCreate 里載入並設定 ListView Style
  TStyleManager.SetStyleFromFile('new.fsf'); // 另存 Style 的文件
  ListView1.StyleLookup := 'listviewstyle_new';
end;

// for XE8
procedure TForm1.FormCreate(Sender: TObject);
begin
  // 一定要在 OnCreate 里載入並設定 ListView Style
  TStyleManager.LoadFromFile('new.fsf'); // 另存 Style 的文件
  ListView1.StyleLookup := 'listviewstyle_new'; // ListView 一旦設定 StyleLookup 后,就無法改變(原因請看官方 ListView 源碼)
end;

 

應用二:透明 ListView


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM