[Mono-bugs] [Bug 409029] New: TreeView.ToString needs spaces

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jul 14 15:22:23 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=409029


           Summary: TreeView.ToString needs spaces
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: andyhume32 at yahoo.co.uk
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Does
 return base.ToString () + "Node Count: " + ...

Need a space (and colon?) -- in both 'if' cases -- to get
    "TreeView: Node Count: ..."
rather than
    "TreeViewNode Count:  ..."

'TreeViewNode'!!


Repro in PropGridFormControlsTabView, see in control selection combobox.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list