[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TabPanel Click event (or workaround) wanted


I didn't follow the conversation, but if you use a Workspace you can
assign the action key to a private variable and then:

Public Sub TreeView_Expand()

  If $sCurrentKey Then TreeView[$sCurrentKey].Selected = True

End