TreeView bug? |
Post Reply |
Author | |
Linhao
Newbie Joined: 13 February 2008 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 13 February 2008 at 3:30pm |
TreeView.StartLabelEdit() does't work. Latest version.
I set LabelEdit to Manual, and call StartLabelEdit function runtime, but no effect. It's doesnt work.
My code as below:
Private Sub btn_Click()
TreeViewNodes.SetFocus
selNode.EnsureVisible selNode.Selected = True DoEvents TreeViewNodes.StartLabelEdit 'no effect End Sub
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Thanks, agree.
StartLabelEdit now works only if LabelEdit property set to Automatic. Fixed for next release. you can set it to Automatic and Cancel in BeforeLabelEdit.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |