Opened 10 years ago

#1341 new Enhancement

Move columns in BOINC Manager.

Reported by: Ageless Owned by: romw
Priority: Trivial Milestone: Undetermined
Component: Manager Version: 7.2.39
Keywords: columns Cc:

Description

A request from the forums, "why isn't possible to move columns between them(like Excel)? I'd like to switch name, application, time, etc."

According to the developers this should be possible in wxWidgets 3.0, although for Windows only. Macintosh and Linux versions wouldn't work, unless they get the same support in a later update of wxWidgets.

wxWidgets documentation mentions:

http://docs.wxwidgets.org/trunk/classwx_list_ctrl.html#a2a499df49ebcefb3451a44146f76457d wxListCtrl::SetColumnsOrder?()

and

Please notice that this function makes sense for report view only and currently is only implemented in wxMSW port. To avoid explicit tests for WXMSW in your code, please usewxHAS_LISTCTRL_COLUMN_ORDER as this will allow it to start working under the other platforms when support for the column reordering is added there.

The amount of work it takes to get this working may be huge, therefore the feature request ticket. For those slow, rainy days.

Change History (0)

Note: See TracTickets for help on using tickets.