I have a hierarchy of items and when I double click one item I asynchronously open the document represented by that item in a working area. During the (potentially) long open action I disable that item so the user can't double click it again, or rename it or delete it etc.
However I've seen that its children also get disabled by this and I don't want this.
Can I just disable one item without having its children disabled?
However I've seen that its children also get disabled by this and I don't want this.
Can I just disable one item without having its children disabled?