Notifications
Clear all
[Closed] Using delegates in maxscript
May 23, 2020 4:07 am
Hi,
I want to use this custom dot net control
But to use the TreeListView it needs a delegate to be assigned
this.treeListView.CanExpandGetter = delegate(object x) {
return (x is DirectoryInfo);
};
Is it possible to implement this in maxscript code?
2 Replies