listview OnColumnResizeEnd event
Return to Introduction  Previous page  Next page
Applies to
acListView and acDBListView components.  

Declaration
type  
  TLVColumnClickEvent = procedure(Sender: TObject; Column: TListColumn) of object;  
 
property OnColumnResizeEnd: TLVColumnClickEvent;  

Description
The OnColumnResizeEnd event occurs when user has finished resize the list column, by dragging the divider on its header. The Column parameter determines which column of the list view has been resized.  

See also
OnColumnResizeBegin and OnColumnDragged events.