Expand only one selected row in the tree (1 Viewer)

radek225

Registered User.
Local time
Today, 09:59
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

Top Bottom