Stefano Beraldo - 2025-05-13

I found this comment:
// The DataTreeListView needs to know the key that identifies root level objects.
// DataTreeListView can handle that key being any data type, but the Designer only deals in strings.
// Since we want a non-string value to identify keys, we have to set it explicitly here.
this.olvDataTree.RootKeyValue = 0u;