Here's the code to create FlatTreeControl: this.treeControl = new FlatTreeControl<GeoEntityFlatNode>( (node) => node.nodeLevel, (node) => node.expandable, ...
確定! 回上一頁