Home
→
piDogDataView_Folder
→
piDogDataView
→
DataView
→
ColumnDrag
piDogDataView.DataView.ColumnDrag
Scope: Public
Event ColumnDrag(column as integer) As Boolean
Handle this event to prevent dragging of a column by returning true
//example preventing dragging column 0
if column=0 then Return true