Re: TreeNode.ShowCheckBox
- From: "Marc Gravell" <marc.gravell@xxxxxxxxx>
- Date: 17 Aug 2006 22:26:41 -0700
The best I can suggest is to just make this checkbox inert; you can do
this by handling the TreeView's BeforeCheck event, and (for the
folders) set "e.Cancel = true;" (where "e" is the event-args parameter)
- now it cannot be checked.
Alternatively, you're looking at custom icons, so faking it... which
may not work so well.
Marc
.
- Follow-Ups:
- Re: TreeNode.ShowCheckBox
- From: Alan T
- Re: TreeNode.ShowCheckBox
- References:
- TreeNode.ShowCheckBox
- From: Alan T
- Re: TreeNode.ShowCheckBox
- From: Marc Gravell
- Re: TreeNode.ShowCheckBox
- From: Alan T
- TreeNode.ShowCheckBox
- Prev by Date: Re: About partial class
- Next by Date: C# form close problem
- Previous by thread: Re: TreeNode.ShowCheckBox
- Next by thread: Re: TreeNode.ShowCheckBox
- Index(es):