c# - DataGridView handle column reordering event -


i set datagridview object

allowusertoordercolumns = true; 

how can detect columns reordering ?

does handling event need?

http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.columndisplayindexchanged.aspx


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -