[Gambas-user] ColumnView ColumnClick event never fires?
Rob
sourceforge-raindog2 at ...94...
Wed Dec 31 21:42:20 CET 2003
Using 0.73 or 0.74, given a form containing a ColumnView named
SessionList and the following handler:
PUBLIC SUB SessionList_ColumnClick(Column as Integer)
Message.Info("column clicked")
END
Clicking columns in SessionList never causes that message box to
pop up. Can anyone else confirm ColumnClick events don't fire?
Incidentally, if I turn on the ColumnView's Sorted property,
clicking on the headers does automatically cause the ColumnView
to re-sort based on the clicked column, so it's not really a big
deal.
Rob
More information about the User
mailing list