[Mono-bugs] [Bug 428006] New: ListViewItemSorter property for FileDialog to folow . Net functions [Patch]

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Sep 19 18:17:32 EDT 2008


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


           Summary: ListViewItemSorter property for FileDialog to folow .Net
                    functions [Patch]
           Product: Mono: Class Libraries
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: patch
          Severity: Enhancement
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: surfzoid2002 at yahoo.fr
         QAContact: mono-bugs at lists.ximian.com
                CC: ecanuto at novell.com
          Found By: DeveloperNet


Created an attachment (id=240669)
 --> (https://bugzilla.novell.com/attachment.cgi?id=240669)
The Patch

[Patch]
Hi
i add the listview item comparer for FileDialog, like this in a FSdlg,
yu can click to a collumn header (details view) to change the order,
like in .NET.
a perfect think, should be to add "order by group".

At this time, this patch provide similar way as .NET, except for one
thing, with .NET that work as it, yu click on the first column header
it  order asc and class by the first column item, yu click on the 2th
column header, it order asc and class by the 2th clm header.
Mine patch, change order asc/desc, each time yu click on a column, it
will need to copy paste my method for each column and dont continu to
use the same click event void to use my order function/class.


-- 
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