c# - How can I add a listView column header a click event programmatically -


i building dynamic listview , trying achieve same thing in picture bellow.

enter image description here

how can programmatically. have tried:
enter image description here

probably this:

listview.addhandler(gridviewcolumnheader.clickevent, new routedeventhandler(header_click)); 

Comments

Popular posts from this blog

iphone - Request for member 'uitextfield' in something not a structure or union? -

Cursor error with postgresql, pgpool and php -

c++ - error: use of deleted function -