FAQ & Knowledge Base

Herzlich Willkommen in unserer Wissensdatenbank. Nutzen Sie die Suchfunktion oder durchstöbern Sie unsere Kategorien, um Antworten auf Ihre Fragen zu erhalten.

Kategorien: ShellBrowser .NET Components | Alle Kategorien anzeigen

Die folgenden Inhalte sind leider nicht auf Deutsch verfügbar.

slow checkboxes

Frage / Problem

Clicking check boxes in a ShellListView or ShellFileList is very slow. Is there any explanation for this behaviour?

Antwort / Lösung

For folders containing many files and subfolders the process of collecting file information (e.g. overall size) can take a while. If you'd like to suppress the scan, you can set the CalculateSelectedFiles property in the SelectionList to false.
This will suppress fetching the overall filesize, etc.

In newer versions of ShellBrowser, you can also activate the "simple" checkbox mode to avoid too much overhead when checking elements.