Expand only one selected row in the tree

radek225

Registered User.
Local time
Yesterday, 16:54
Joined
Apr 4, 2013
Messages
307
Is it possible? OFC without "+"
Now I have something like this in double click event in one of my field

Code:
If Me.SubdatasheetExpanded = False Then
    Me.SubdatasheetExpanded = True
Else
    Me.SubdatasheetExpanded = False
End If

But this code expand all of my items:/
 

Users who are viewing this thread

Back
Top Bottom