Re: Problem selecting checkboxes in TreeView
- From: "Jan Hyde (VB MVP)" <StellaDrinker@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 06 Dec 2007 09:13:33 +0000
Chris <CLarkou@xxxxxxxxx>'s wild thoughts were released on
Wed, 5 Dec 2007 22:56:08 -0800 (PST) bearing the following
fruit:
This works fine for me also, the problem seems to appear because I
assign treeview control with imagelist control for showing pictures
for each node.
Still works for me.
Me.TreeView1.ImageList = Me.ImageList1
Me.TreeView1.Nodes.Add , , , "Test", "ImageTest"
Me.TreeView1.Nodes(1).Checked = True
--
Jan Hyde
https://mvp.support.microsoft.com/profile/Jan.Hyde
.
- Follow-Ups:
- Re: Problem selecting checkboxes in TreeView
- From: Chris
- Re: Problem selecting checkboxes in TreeView
- References:
- Problem selecting checkboxes in TreeView
- From: Chris
- Re: Problem selecting checkboxes in TreeView
- From: Jan Hyde (VB MVP)
- Re: Problem selecting checkboxes in TreeView
- From: Chris
- Re: Problem selecting checkboxes in TreeView
- From: Jan Hyde (VB MVP)
- Re: Problem selecting checkboxes in TreeView
- From: Chris
- Problem selecting checkboxes in TreeView
- Prev by Date: Re: text box: Key_Down() & KeyPress() does not receive <DELETE> button?
- Next by Date: Re: How to do this (listbox control)
- Previous by thread: Re: Problem selecting checkboxes in TreeView
- Next by thread: Re: Problem selecting checkboxes in TreeView
- Index(es):