| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CsvQuickViewerInstaller.Net472.exe | 2026-02-17 | 3.9 MB | |
| CsvQuickViewerInstaller.Net8.exe | 2026-02-17 | 3.8 MB | |
| CSVQuickViewerPortable.Net472.zip | 2026-02-17 | 2.8 MB | |
| CSVQuickViewerPortable.Net8.zip | 2026-02-17 | 2.9 MB | |
| README.md | 2026-02-17 | 1.2 kB | |
| V1.7.25 source code.tar.gz | 2026-02-17 | 3.8 MB | |
| V1.7.25 source code.zip | 2026-02-17 | 4.1 MB | |
| Totals: 7 Items | 21.3 MB | 4 | |
Performance & Sorting Overhaul
-
Switching to Virtual Mode to significantly improve performance for large datasets initially disabled the standard column sorting; this has now been fully restored and optimized.
-
Programmatic Header Sorting: Clicking column headers now triggers sorting logic manually, restoring the intuitive behavior lost in Virtual Mode.
-
Smart Sort Glyphs: The UI now accurately displays ascending/descending arrows on the active column and ensures arrows are cleared from all other columns to prevent confusion.
-
Centralized Sorting Logic: Refactored the sorting mechanism into a robust Sort override. This ensures that whether you use the Header Click or the Context Menu, the behavior is consistent.
-
Stability Fix: Resolved a System.InvalidOperationException crash by bypassing the restricted base.Sort() and interacting directly with the DataTable.DefaultView.
-
Visual State Cleanup: Fixed a bug where sort arrows would persist on headers even after loading a new dataset or clearing filters.