PC Review


Reply
Thread Tools Rate Thread

Bugs in Tree View

 
 
Pawel Achtel
Guest
Posts: n/a
 
      29th Sep 2003
1. Create a node in tree view
2. Create context menu, which calls myTreeView.Nodes.Clear()
3. execute

if (myTreeView.SelectedNode != null)
myTreeView.SelectedNode.Nodes.Add( new TreeNode("blah");

Two problems:

1. the if is successful even though there are no nodes in the tree !
2. Nodes.Add does not throw, but doesn't add a node either

Microsoft, Please fix asap.

Kind Regards,

Pawel
www.24x7.com.au


 
Reply With Quote
 
 
 
 
David So [MSFT]
Guest
Posts: n/a
 
      10th Oct 2003
Pawel,

Thanks for letting us know about the bug. We have logged this bug in our
bug database.

David
This posting is provided "AS IS" with no warranties, and confers no rights.


 
Reply With Quote
 
Chung
Guest
Posts: n/a
 
      13th Oct 2003
I thought that I should add my observation regarding tree view as
well:

Create a treeView with a few nodes. Add a context menu to the tree
view. When Right clicking on a node (holding down the stylus), it
takes 2 loops before the context menu would appear. And, the node that
you right click on is not selected.

I'm running VS .net on PPC 2003.



(E-Mail Removed) (David So [MSFT]) wrote in message news:<(E-Mail Removed)>...
> Pawel,
>
> Thanks for letting us know about the bug. We have logged this bug in our
> bug database.
>
> David
> This posting is provided "AS IS" with no warranties, and confers no rights.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
abt tree view in asp.net can i hide the tree nodes ? raki Microsoft ASP .NET 1 24th Jun 2009 12:45 PM
webControl : tree view.. does it have any scroll bar property to scroll the tree ??? philippe.kozubek@gmail.com Microsoft Dot NET 2 20th Oct 2007 03:36 PM
How to View Windows Explorer Directory Tree from Outlook Tree? =?Utf-8?B?S2F0ZSBHIDgz?= Microsoft Outlook Discussion 1 26th Aug 2007 05:35 AM
View preference in Explorer won't stick & How to set a directory tree to same view option? Rich Windows XP Help 1 13th Sep 2006 04:28 PM
View hidden shared folders in tree view =?Utf-8?B?bWI=?= Microsoft Dot NET Framework 0 26th May 2004 05:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:19 PM.