[Gambas-user] Gridview sort function
T Lee Davidson
t.lee.davidson at ...626...
Tue Dec 23 17:26:35 CET 2014
A column-click changes the state of TableView.Columns.Sort.
But that value appears to be one click "behind" which the following code shows:
Public Sub TableView1_ColumnClick(Column As Integer)
Print Column, TableView1.Columns.Sort
End
Lee
__________
"Artificial Intelligence is no match for natural stupidity."
On 12/23/2014 07:03 AM, bill-lancaster wrote:
> After setting the sort option (TableView1.Sorted = True) does a click on a
> column change the state of TableView1.Columns.Sort or do I need to change it
> myself?
More information about the User
mailing list