VirtualADGV 1.1.5
dotnet add package VirtualADGV --version 1.1.5
NuGet\Install-Package VirtualADGV -Version 1.1.5
<PackageReference Include="VirtualADGV" Version="1.1.5" />
<PackageVersion Include="VirtualADGV" Version="1.1.5" />
<PackageReference Include="VirtualADGV" />
paket add VirtualADGV --version 1.1.5
#r "nuget: VirtualADGV, 1.1.5"
#:package VirtualADGV@1.1.5
#addin nuget:?package=VirtualADGV&version=1.1.5
#tool nuget:?package=VirtualADGV&version=1.1.5
Virtual ADGV
<a name="english"></a>
English
Virtual ADGV (Virtual Advanced DataGridView) is an enhanced fork of the original Advanced DataGridView. It is a .NET WinForms DataGridView with advanced Filtering and Sorting capabilities, now updated with dedicated support for Virtual Mode and fixes for modern .NET environments.
Download
Key Features & Improvements
- [NEW] Full Theme Support (v1.1.3):
- SetTheme(bool isDarkMode) API: Programmatically switch between Dark and Light modes for the entire filter menu, including search boxes, treeviews, and buttons.
- DuckDB Compatibility: Fixed
Convertfunction syntax for DuckDB compatibility. - UI Layout Fixes: Resolved filter checklist button cutoff and overlap issues.
- Modern Aesthetics: Applied modern parametric styling with full high-DPI support.
- Advanced Filtering & Sorting: Retains the powerful Excel-like filtering and multi-column sorting from the original ADGV.
<a name="türkçe"></a>
Türkçe
Virtual ADGV (Virtual Advanced DataGridView), orijinal Advanced DataGridView projesinin geliştirilmiş bir fork'udur. .NET WinForms için gelişmiş Filtreleme ve Sıralama yeteneklerine sahip olan bu bileşen, Virtual Mode (Sanal Mod) desteği ve modern .NET ortamları için kritik hata düzeltmeleri ile güncellenmiştir.
İndir
Temel Özellikler ve İyileştirmeler
- [YENİ] Tam Tema Desteği (v1.1.3):
- SetTheme(bool isDarkMode) API: Arama kutusu, liste ve butonlar dahil tüm filtre menüsünü uygulama temasına (Koyu/Açık) entegre eden yeni API eklendi.
- DuckDB Uyumluluğu:
Convertfonksiyonu sözdizimi DuckDB uyumluluğu için düzeltildi. - UI Yerleşim Düzeltmeleri: Filtre listesi butonlarının kesilme ve üst üste binme sorunları giderildi.
- Modern Estetik: Yüksek DPI destekli, tam parametrik modern tasarım uygulandı.
- Gelişmiş Filtreleme ve Sıralama: Orijinal ADGV'nin sunduğu güçlü Excel tarzı filtreleme ve çok sütunlu sıralama özelliklerini korur.
License / Lisans
Copyright (c) Davide Gironi, 2015
Modified work Copyright (c) 2026 Halil İbrahim Bozoğlu
Virtual ADGV is open source software licensed under the Microsoft Public License (Ms-PL) license
Original work Copyright (c), 2013 Zuby zuby@me.com http://adgv.codeplex.com
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0-windows7.0 is compatible. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0-windows was computed. net7.0-windows7.0 is compatible. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net5.0-windows7.0
- No dependencies.
-
net6.0-windows7.0
- No dependencies.
-
net7.0-windows7.0
- No dependencies.
-
net8.0-windows7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.1.3: Added SetTheme API for comprehensive Dark Mode support on filter dropdowns. Fixed Virtual Mode sorting precedence when using external data sources (e.g., DuckDB pushdown) and improved "Between" Custom Filter condition pre-selection.