kynikos / outspline

Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
http://kynikos.github.io/outspline/
GNU General Public License v3.0
47 stars 9 forks source link

Tasklist: disable/reorder columns #249

Open kynikos opened 10 years ago

kynikos commented 10 years ago

Allow disabling and reordering columns in the tasklist.

Note that columns can already be "hidden" by giving them 0 width.

kynikos commented 10 years ago

In DataViewCtrl columns can be given the COL_REORDERABLE flag. Note that the indices of the columns would change dynamically!