pueromane
November 24th, 1999, 03:23 PM
How can I hide a node in a TreeView Control. So that the user doesn't see it, but it still exists.
So that I can hide and unhide it.
mfG Pueromane
So that I can hide and unhide it.
mfG Pueromane
|
Click to See Complete Forum and Search --> : Hide a node in a TreeView Control pueromane November 24th, 1999, 03:23 PM How can I hide a node in a TreeView Control. So that the user doesn't see it, but it still exists. So that I can hide and unhide it. mfG Pueromane November 29th, 1999, 01:15 AM Use what as follows. node_name.visible=false node_name.visible=true codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |