Results 1 to 3 of 3

Thread: Treeview_nodeCheck

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2001
    Location
    Accra, Ghana
    Posts
    26

    Treeview_nodeCheck

    Can anyone please help!!.
    How do you progamatically uncheck a checked node of a treeview control. I tried
    node.checked = false
    The node simply won't uncheck.

    Thanks

  2. #2
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    Are they boolean, or are they Integers. Try Node.Checked = 0 instead of false.
    <removed by admin>

  3. #3
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810
    This is a bug in the control

    Microsoft has posted an article explaining how to resolve the problem!
    Although this is not the exact behaviour you are reporting, you can see if the work around is suitable for your usage.
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width