Re: [Gambas-user] ColumnView Sorting

2013-11-16 Thread MinnesotaJon
Hi, Nigel -- I've never used the ColumnView (or other View) to sort the data -- I always sort the arrays where I keep data, and then re-fill the ColumnView or other View, if necessary. Your question raised a point that I've never explored, so I dug into it and found that you CAN sort data in a Vi

[Gambas-user] ColumnView Sorting

2013-11-15 Thread Nigel Verity
Hi I am using a ColumnView control with 5 columns. Each column contains text (single-word strings) The control has a ".Sorted" property. I assume that this sorts the control according to the contents of the left-most column. Is there a way to sort the control by the contents of, say, Column 3